Html Css Color HEX #EE5287 Dark Pink

📋 copy color: '#EE5287'

red 238 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #EE5287

Tints of Dark Pink #EE5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 52.31%
G = 18.02%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EE5287 (or 0xEE5287) is known color: Dark Pink. HEX triplet: EE, 52 and 87. RGB value is (238,82,135). Sum of RGB (Red+Green+Blue) = 238+82+135=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5287 is #11AD78. Grayscale: #868686. Windows color (decimal): -1158521 or 8868590. OLE color: 8868590.

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

Color convert

RGB 238 82 135 -
CMYK 0 0.66 0.43 0.07
HSL 339.62º 0.82% 0.63% -
HSV(B) 339.62º 0.66% 0.93% -
XYZ 42.65 25.96 25.68 -
YUV 134.69 128.18 201.69 -
System Red Green Blue C M Y K H S L
Decimal 238 82 135 0 0.66 0.43 0.07 339.62 0.82 0.63
Hex EE 52 87 0 42 2B 7 154 52 3F
Octal 356 122 207 0 102 53 7 524 122 77
Binary 11101110 1010010 10000111 0 1000010 101011 111 101010100 1010010 111111

Color Harmonies of #EE5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5287

Black with #EE5287

Text Example


Text Example

White with #EE5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5287; }

 p { color: rgb(238,82,135); }

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

background-color css

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

 a { background-color: rgb(238,82,135); }

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

border-color css

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

 span { border-color: rgb(238,82,135); }

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