Html Css Color HEX #E55DAE Hot Pink

📋 copy color: '#E55DAE'

red 229 ◦ green 93 ◦ blue 174

#E55DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E55DAE

Tints of Hot Pink #E55DAE

RGB

 RED value IS 229 (89.84% from 255) = 46.17%

 GREEN value IS 93 (36.72% from 255) = 18.75%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 46.17%
G = 18.75%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E55DAE (or 0xE55DAE) is known color: Hot Pink. HEX triplet: E5, 5D and AE. RGB value is (229,93,174). Sum of RGB (Red+Green+Blue) = 229+93+174=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAE is #1AA251. Grayscale: #8E8E8E. Windows color (decimal): -1745490 or 11427301. OLE color: 11427301.

HSL color Cylindrical-coordinate representation of color #E55DAE: hue angle of 324.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55DAE is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 174 -
CMYK 0 0.59 0.24 0.10
HSL 324.26º 0.72% 0.63% -
HSV(B) 324.26º 0.59% 0.9% -
XYZ 43.87 27.54 43.05 -
YUV 142.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 229 93 174 0 0.59 0.24 0.10 324.26 0.72 0.63
Hex E5 5D AE 0 3B 18 A 144 48 3F
Octal 345 135 256 0 73 30 12 504 110 77
Binary 11100101 1011101 10101110 0 111011 11000 1010 101000100 1001000 111111

Color Harmonies of #E55DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DAE

Black with #E55DAE

Text Example


Text Example

White with #E55DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DAE; }

 p { color: rgb(229,93,174); }

 H1.HeaderClassName
 {
   color: #E55DAE;
 }
 .AnyTagClassName
 {
   color: #E55DAE;
 }
</style>

background-color css

<style>
 a { background-color: #E55DAE; }

 a { background-color: rgb(229,93,174); }

 div.DivClassName
 {
   background-color: #E55DAE;
 }
 .BgClassName
 {
   background-color: #E55DAE;
 }
</style>

border-color css

<style>
 span { border-color: #E55DAE; }

 span { border-color: rgb(229,93,174); }

 td.TdClassName
 {
   border-color: #E55DAE;
 }
 .TagClassName
 {
   border-color: #E55DAE;
 }
</style>