Html Css Color HEX #EE5577 Dark Pink

📋 copy color: '#EE5577'

red 238 ◦ green 85 ◦ blue 119

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

Shades of Dark Pink #EE5577

Tints of Dark Pink #EE5577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

 BLUE value IS 119 (46.88% from 255) = 26.92%

R = 53.85%
G = 19.23%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE5577 (or 0xEE5577) is known color: Dark Pink. HEX triplet: EE, 55 and 77. RGB value is (238,85,119). Sum of RGB (Red+Green+Blue) = 238+85+119=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5577 is #11AA88. Grayscale: #868686. Windows color (decimal): -1157769 or 7820782. OLE color: 7820782.

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

Color convert

RGB 238 85 119 -
CMYK 0 0.64 0.50 0.07
HSL 346.67º 0.82% 0.63% -
HSV(B) 346.67º 0.64% 0.93% -
XYZ 41.84 26.01 20.27 -
YUV 134.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 238 85 119 0 0.64 0.50 0.07 346.67 0.82 0.63
Hex EE 55 77 0 40 32 7 15B 52 3F
Octal 356 125 167 0 100 62 7 533 122 77
Binary 11101110 1010101 1110111 0 1000000 110010 111 101011011 1010010 111111

Color Harmonies of #EE5577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5577

Black with #EE5577

Text Example


Text Example

White with #EE5577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5577; }

 p { color: rgb(238,85,119); }

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

background-color css

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

 a { background-color: rgb(238,85,119); }

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

border-color css

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

 span { border-color: rgb(238,85,119); }

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