Html Css Color HEX #EE5979 Dark Pink

📋 copy color: '#EE5979'

red 238 ◦ green 89 ◦ blue 121

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

Shades of Dark Pink #EE5979

Tints of Dark Pink #EE5979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

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

R = 53.13%
G = 19.87%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE5979 (or 0xEE5979) is known color: Dark Pink. HEX triplet: EE, 59 and 79. RGB value is (238,89,121). Sum of RGB (Red+Green+Blue) = 238+89+121=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5979 is #11A686. Grayscale: #898989. Windows color (decimal): -1156743 or 7952878. OLE color: 7952878.

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

Color convert

RGB 238 89 121 -
CMYK 0 0.63 0.49 0.07
HSL 347.11º 0.81% 0.64% -
HSV(B) 347.11º 0.63% 0.93% -
XYZ 42.28 26.7 21.01 -
YUV 137.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 238 89 121 0 0.63 0.49 0.07 347.11 0.81 0.64
Hex EE 59 79 0 3F 31 7 15B 51 40
Octal 356 131 171 0 77 61 7 533 121 100
Binary 11101110 1011001 1111001 0 111111 110001 111 101011011 1010001 1000000

Color Harmonies of #EE5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5979

Black with #EE5979

Text Example


Text Example

White with #EE5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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