#ee5084

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

Shades of Dark Pink #EE5084

Tints of Dark Pink #EE5084

Color information

#EE5084 (or 0xEE5084) is unknown color: approx Dark Pink. HEX triplet: EE, 50 and 84. RGB value is (238,80,132). Sum of RGB (Red+Green+Blue) = 238+80+132=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5084 is #11AF7B. Grayscale: #858585. Windows color (decimal): -1159036 or 8671470. OLE color: 8671470.

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

Color convert

RGB23880132-
CMYK00.660.450.07
HSL340.25º82.29%62.35%-
HSV(B)340.25º66.39%93.33%-
XYZ42.2925.5824.54-
YUV133.17127.35202.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 80 (31.64% from 255) = 17.78%
BLUE value IS 132 (51.95% from 255) = 29.33%
R=52.89%
G=17.78%
B=29.33%

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
Decimal2388013200.660.450.07340.2582.2962.35
HexEE50840422D7154523e
Octal356120204010255752412276
Binary11101110101000010000100010000101011011111010101001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee5084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee5084; }

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

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

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

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

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

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

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

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