Html Css Color HEX #EE5072 Dark Pink

📋 copy color: '#EE5072'

red 238 ◦ green 80 ◦ blue 114

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

Shades of Dark Pink #EE5072

Tints of Dark Pink #EE5072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 55.09%
G = 18.52%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE5072 (or 0xEE5072) is known color: Dark Pink. HEX triplet: EE, 50 and 72. RGB value is (238,80,114). Sum of RGB (Red+Green+Blue) = 238+80+114=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5072 is #11AF8D. Grayscale: #838383. Windows color (decimal): -1159054 or 7491822. OLE color: 7491822.

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

Color convert

RGB 238 80 114 -
CMYK 0 0.66 0.52 0.07
HSL 347.09º 0.82% 0.62% -
HSV(B) 347.09º 0.66% 0.93% -
XYZ 41.17 25.13 18.6 -
YUV 131.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 238 80 114 0 0.66 0.52 0.07 347.09 0.82 0.62
Hex EE 50 72 0 42 34 7 15B 52 3E
Octal 356 120 162 0 102 64 7 533 122 76
Binary 11101110 1010000 1110010 0 1000010 110100 111 101011011 1010010 111110

Color Harmonies of #EE5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5072

Black with #EE5072

Text Example


Text Example

White with #EE5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5072; }

 p { color: rgb(238,80,114); }

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

background-color css

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

 a { background-color: rgb(238,80,114); }

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

border-color css

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

 span { border-color: rgb(238,80,114); }

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