#EE5183

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

Shades of Dark Pink #EE5183

Tints of Dark Pink #EE5183

Color information

#EE5183 (or 0xEE5183) is unknown color: approx Dark Pink. HEX triplet: EE, 51 and 83. RGB value is (238,81,131). Sum of RGB (Red+Green+Blue) = 238+81+131=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5183 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5183 is #11AE7C. Grayscale: #858585. Windows color (decimal): -1158781 or 8606190. OLE color: 8606190.

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

Color convert

RGB23881131-
CMYK00.660.450.07
HSL340.89º82.2%62.55%-
HSV(B)340.89º65.97%93.33%-
XYZ42.325.724.2-
YUV133.64126.51202.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 131 (51.56% from 255) = 29.11%
R=52.89%
G=18%
B=29.11%

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
Decimal2388113100.660.450.07340.8982.262.55
HexEE51830422D7155523f
Octal356121203010255752512277
Binary11101110101000110000011010000101011011111010101011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5183; }

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

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

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

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

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

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

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

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