Html Css Color HEX #EE5488 Dark Pink

📋 copy color: '#EE5488'

red 238 ◦ green 84 ◦ blue 136

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

Shades of Dark Pink #EE5488

Tints of Dark Pink #EE5488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.69%

R = 51.97%
G = 18.34%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EE5488 (or 0xEE5488) is known color: Dark Pink. HEX triplet: EE, 54 and 88. RGB value is (238,84,136). Sum of RGB (Red+Green+Blue) = 238+84+136=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5488 is #11AB77. Grayscale: #878787. Windows color (decimal): -1158008 or 8934638. OLE color: 8934638.

HSL color Cylindrical-coordinate representation of color #EE5488: hue angle of 339.74º 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 #EE5488 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 84 136 -
CMYK 0 0.65 0.43 0.07
HSL 339.74º 0.82% 0.63% -
HSV(B) 339.74º 0.65% 0.93% -
XYZ 42.87 26.3 26.11 -
YUV 135.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 238 84 136 0 0.65 0.43 0.07 339.74 0.82 0.63
Hex EE 54 88 0 41 2B 7 154 52 3F
Octal 356 124 210 0 101 53 7 524 122 77
Binary 11101110 1010100 10001000 0 1000001 101011 111 101010100 1010010 111111

Color Harmonies of #EE5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5488

Black with #EE5488

Text Example


Text Example

White with #EE5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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