#ee2279

Color #EE2279 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EE2279

Tints of Deep Cerise #EE2279

Color information

#EE2279 (or 0xEE2279) is unknown color: approx Deep Cerise. HEX triplet: EE, 22 and 79. RGB value is (238,34,121). Sum of RGB (Red+Green+Blue) = 238+34+121=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2279 is #11DD86. Grayscale: #686868. Windows color (decimal): -1170823 or 7938798. OLE color: 7938798.

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

Color convert

RGB23834121-
CMYK00.860.490.07
HSL334.41º85.71%53.33%-
HSV(B)334.41º85.71%93.33%-
XYZ39.2820.720.01-
YUV104.91137.09222.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.56%
GREEN value IS 34 (13.67% from 255) = 8.65%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=60.56%
G=8.65%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383412100.860.490.07334.4185.7153.33
HexEE227905631714e5635
Octal35642171012661751612665
Binary111011101000101111001010101101100011111010011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee2279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee2279; }

 p { color: rgb(238,34,121); }

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

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

 a { background-color: rgb(238,34,121); }

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

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

 span { border-color: rgb(238,34,121); }

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