Html Css Color HEX #EE5478 Dark Pink

📋 copy color: '#EE5478'

red 238 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #EE5478

Tints of Dark Pink #EE5478

RGB

 RED value IS 238 (93.36% from 255) = 53.85%

 GREEN value IS 84 (33.2% from 255) = 19%

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 53.85%
G = 19%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE5478 (or 0xEE5478) is known color: Dark Pink. HEX triplet: EE, 54 and 78. RGB value is (238,84,120). Sum of RGB (Red+Green+Blue) = 238+84+120=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5478 is #11AB87. Grayscale: #868686. Windows color (decimal): -1158024 or 7886062. OLE color: 7886062.

HSL color Cylindrical-coordinate representation of color #EE5478: hue angle of 345.97º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5478 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 120 -
CMYK 0 0.65 0.50 0.07
HSL 345.97º 0.82% 0.63% -
HSV(B) 345.97º 0.65% 0.93% -
XYZ 41.82 25.87 20.56 -
YUV 134.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 238 84 120 0 0.65 0.50 0.07 345.97 0.82 0.63
Hex EE 54 78 0 41 32 7 15A 52 3F
Octal 356 124 170 0 101 62 7 532 122 77
Binary 11101110 1010100 1111000 0 1000001 110010 111 101011010 1010010 111111

Color Harmonies of #EE5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5478

Black with #EE5478

Text Example


Text Example

White with #EE5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5478; }

 p { color: rgb(238,84,120); }

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

background-color css

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

 a { background-color: rgb(238,84,120); }

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

border-color css

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

 span { border-color: rgb(238,84,120); }

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