Html Css Color HEX #E55DAF Hot Pink

📋 copy color: '#E55DAF'

red 229 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #E55DAF

Tints of Hot Pink #E55DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 46.08%
G = 18.71%
B = 35.21%

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

#E55DAF (or 0xE55DAF) is known color: Hot Pink. HEX triplet: E5, 5D and AF. RGB value is (229,93,175). Sum of RGB (Red+Green+Blue) = 229+93+175=497 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.08% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55DAF is #1AA250. Grayscale: #8E8E8E. Windows color (decimal): -1745489 or 11492837. OLE color: 11492837.

HSL color Cylindrical-coordinate representation of color #E55DAF: hue angle of 323.82º 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 #E55DAF is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 175 -
CMYK 0 0.59 0.24 0.10
HSL 323.82º 0.72% 0.63% -
HSV(B) 323.82º 0.59% 0.9% -
XYZ 43.97 27.58 43.56 -
YUV 143.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 229 93 175 0 0.59 0.24 0.10 323.82 0.72 0.63
Hex E5 5D AF 0 3B 18 A 144 48 3F
Octal 345 135 257 0 73 30 12 504 110 77
Binary 11100101 1011101 10101111 0 111011 11000 1010 101000100 1001000 111111

Color Harmonies of #E55DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55DAF

Black with #E55DAF

Text Example


Text Example

White with #E55DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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