COLOR #E553D8

HEX: #E553D8 RGB: (229,83,216)

Color info

#E553D8 contains mainly red and blue colors. Web safe color of #E553D8 is #CC66CC (or #C6C).

RGB color model

#E553D8 color RGB value is (229,83,216).

RGB: (229,83,216) (90%, 33%, 85%)

RGB channels and saturation

R 229 of 255 = 90%
G 83 of 255 = 33%
B 216 of 255 = 85%

229
83
216

R + G + B ~ 69%. #E553D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 83 + 216 = 528 (100%)
R 229 of 528 ~ 43.37%
G 83 of 528 ~ 15.72%
B 216 of 528 ~ 40.91'%

%43.37
%15.72
%40.91

CMYK color model

#E553D8 color CMYK value is (0,64,6,10).

  • cyan value is 0.00%
  • magenta value is 63.76%
  • yellow value is 5.68%
  • key color value is 10.20%

CMYK: (0,64,6,10)
C0M64Y6K10 (0%, 64%, 6%, 10%)
(0.00 / 0.64 / 0.06 / 0.10)

CMYK percentages

%0
%63.76
%5.68
%10.2

Codes

Color #E553D8 in popluar color models

E5 53 D8
RGB 229 83 216
HSL 305° 73.74% 61.18%
HSB/HSV 305° 63.76% 89.80%
CMYK 0.00% 63.76% 5.68%
10.20%

Color #E553D8 in popluar number systems.

HEX E5 53 D8
Decimal 229 83 216
Binary 11100101 1010011 11011000
Octal 345 123 330

Shades and tints

Shades of #E553D8

#E553D8
(229,83,216)
#D14CC5
(209,76,197)
#BD45B2
(189,69,178)
#A93E9F
(169,62,159)
#95378C
(149,55,140)
#813079
(129,48,121)
#6D2966
(109,41,102)
#592253
(89,34,83)
#451B40
(69,27,64)
#31142D
(49,20,45)
#1D0D1A
(29,13,26)
#000000
(0,0,0)

Tints of #E553D8

#E553D8
(229,83,216)
#E762DB
(231,98,219)
#E971DE
(233,113,222)
#EB80E1
(235,128,225)
#ED8FE4
(237,143,228)
#EF9EE7
(239,158,231)
#F1ADEA
(241,173,234)
#F3BCED
(243,188,237)
#F5CBF0
(245,203,240)
#F7DAF3
(247,218,243)
#F9E9F6
(249,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E553D8 color. Also use rgb(229,83,216) instead hex code.

Text Font Color

.myTextColor { color: #E553D8; }

<p style="color:#E553D8">This sample text font color is #E553D8.</p>

This text font color is #E553D8.

Background Color

.myBgColor { background-color: #E553D8; }

<div style="background-color:#E553D8">Inner text</div>

This div background color is #E553D8.

Border color

.myBorderColor { border: 1px solid #E553D8; }

<div style="border:3px solid #E553D8">Div</div>

This div border color is #E553D8.

Opacity

.myOpacity80 { color: #E553D8; opacity: 0.8; }

<p style="color:#E553D8;opacity:0.8;">80%</p>

Text with #E553D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E553D8;}

<p style="text-shadow: 3px 3px 1px #E553D8">Text here.</p>

This text has shadow with #E553D8 color.


.textShadow {text-shadow: 3px 3px 1px #E553D8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E553D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #E553D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E553D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E553D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #E553D8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E553D8;
-webkit-box-shadow: 1px 1px 3px 2px #E553D8;
box-shadow: 1px 1px 3px 2px #E553D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E553D8; -webkit-box-shadow: 1px 1px 3px 2px #E553D8; box-shadow:1px 1px 3px 2px #E553D8;">
Div content here
</div>

This div box has shadow with color #E553D8.

Preview

Color preview on black background

This text has color #E553D8 on black background.


Color preview on white background

This text has color #E553D8 on white background.


Black color preview on #E553D8 background

This text has black color on #E553D8 background.


White color preview on #E553D8 background

This text has white color on #E553D8 background.


Related colors

Complementary color

Complementary color for #hex is #1AAC27.


I love getcolorcode.com

Triadic colors

1 #D8E553 and #53D8E5 with #E553D8 are triadic colors.

2 #D853E5 and #53E5D8 with #E553D8 are triadic colors.