#EE5182

Color #EE5182 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EE5182

Tints of Dark Pink #EE5182

Color information

#EE5182 (or 0xEE5182) is unknown color: approx Dark Pink. HEX triplet: EE, 51 and 82. RGB value is (238,81,130). Sum of RGB (Red+Green+Blue) = 238+81+130=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5182 is #11AE7D. Grayscale: #858585. Windows color (decimal): -1158782 or 8540654. OLE color: 8540654.

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

Color convert

RGB23881130-
CMYK00.660.450.07
HSL341.27º82.2%62.55%-
HSV(B)341.27º65.97%93.33%-
XYZ42.2325.6723.85-
YUV133.53126.01202.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.01%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 130 (51.17% from 255) = 28.95%
R=53.01%
G=18.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388113000.660.450.07341.2782.262.55
HexEE51820422D7155523f
Octal356121202010255752512277
Binary11101110101000110000010010000101011011111010101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5182; }

 p { color: rgb(238,81,130); }

 H1.HeaderClassName
 {
   color: #EE5182;
 }
 .AnyTagClassName
 {
   color: #EE5182;
 }
</style>
background-color css

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

 a { background-color: rgb(238,81,130); }

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

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

 span { border-color: rgb(238,81,130); }

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