#EE5686

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

Shades of Dark Pink #EE5686

Tints of Dark Pink #EE5686

Color information

#EE5686 (or 0xEE5686) is unknown color: approx Dark Pink. HEX triplet: EE, 56 and 86. RGB value is (238,86,134). Sum of RGB (Red+Green+Blue) = 238+86+134=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5686 is #11A979. Grayscale: #888888. Windows color (decimal): -1157498 or 8804078. OLE color: 8804078.

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

Color convert

RGB23886134-
CMYK00.640.440.07
HSL341.05º81.72%63.53%-
HSV(B)341.05º63.87%93.33%-
XYZ42.8926.5525.42-
YUV136.92126.36200.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.97%
GREEN value IS 86 (33.98% from 255) = 18.78%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=51.97%
G=18.78%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388613400.640.440.07341.0581.7263.53
HexEE56860402C71555240
Octal3561262060100547525122100
Binary111011101010110100001100100000010110011110101010110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5686; }

 p { color: rgb(238,86,134); }

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

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

 a { background-color: rgb(238,86,134); }

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

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

 span { border-color: rgb(238,86,134); }

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