#EE4E80

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

Shades of Dark Pink #EE4E80

Tints of Dark Pink #EE4E80

Color information

#EE4E80 (or 0xEE4E80) is unknown color: approx Dark Pink. HEX triplet: EE, 4E and 80. RGB value is (238,78,128). Sum of RGB (Red+Green+Blue) = 238+78+128=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE4E80 is #11B17F. Grayscale: #838383. Windows color (decimal): -1159552 or 8408814. OLE color: 8408814.

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

Color convert

RGB23878128-
CMYK00.670.460.07
HSL341.25º82.47%61.96%-
HSV(B)341.25º67.23%93.33%-
XYZ41.8825.1823.08-
YUV131.54126.01203.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.60%
GREEN value IS 78 (30.86% from 255) = 17.57%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=53.60%
G=17.57%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387812800.670.460.07341.2582.4761.96
HexEE4E800432E7155523e
Octal356116200010356752512276
Binary11101110100111010000000010000111011101111010101011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4E80; }

 p { color: rgb(238,78,128); }

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

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

 a { background-color: rgb(238,78,128); }

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

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

 span { border-color: rgb(238,78,128); }

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