Html Css Color HEX #EE5579 Dark Pink

📋 copy color: '#EE5579'

red 238 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #EE5579

Tints of Dark Pink #EE5579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 53.6%
G = 19.14%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE5579 (or 0xEE5579) is known color: Dark Pink. HEX triplet: EE, 55 and 79. RGB value is (238,85,121). Sum of RGB (Red+Green+Blue) = 238+85+121=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5579 is #11AA86. Grayscale: #868686. Windows color (decimal): -1157767 or 7951854. OLE color: 7951854.

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

Color convert

RGB 238 85 121 -
CMYK 0 0.64 0.49 0.07
HSL 345.88º 0.82% 0.63% -
HSV(B) 345.88º 0.64% 0.93% -
XYZ 41.96 26.05 20.91 -
YUV 134.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 238 85 121 0 0.64 0.49 0.07 345.88 0.82 0.63
Hex EE 55 79 0 40 31 7 15A 52 3F
Octal 356 125 171 0 100 61 7 532 122 77
Binary 11101110 1010101 1111001 0 1000000 110001 111 101011010 1010010 111111

Color Harmonies of #EE5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5579

Black with #EE5579

Text Example


Text Example

White with #EE5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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