#EE608E

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

Shades of Dark Pink #EE608E

Tints of Dark Pink #EE608E

Color information

#EE608E (or 0xEE608E) is unknown color: approx Dark Pink. HEX triplet: EE, 60 and 8E. RGB value is (238,96,142). Sum of RGB (Red+Green+Blue) = 238+96+142=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE608E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE608E is #119F71. Grayscale: #8F8F8F. Windows color (decimal): -1154930 or 9330926. OLE color: 9330926.

HSL color Cylindrical-coordinate representation of color #EE608E: hue angle of 340.56º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE608E is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23896142-
CMYK00.600.400.07
HSL340.56º80.68%65.49%-
HSV(B)340.56º59.66%93.33%-
XYZ44.3328.528.76-
YUV143.7127.04195.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=50%
G=20.17%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389614200.600.400.07340.5680.6865.49
HexEE608E03C2871555141
Octal356140216074507525121101
Binary11101110110000010001110011110010100011110101010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE608E; }

 p { color: rgb(238,96,142); }

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

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

 a { background-color: rgb(238,96,142); }

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

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

 span { border-color: rgb(238,96,142); }

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