#EE2C82

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

Shades of Deep Cerise #EE2C82

Tints of Deep Cerise #EE2C82

Color information

#EE2C82 (or 0xEE2C82) is unknown color: approx Deep Cerise. HEX triplet: EE, 2C and 82. RGB value is (238,44,130). Sum of RGB (Red+Green+Blue) = 238+44+130=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2C82 is #11D37D. Grayscale: #6F6F6F. Windows color (decimal): -1168254 or 8531182. OLE color: 8531182.

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

Color convert

RGB23844130-
CMYK00.820.450.07
HSL333.4º85.09%55.29%-
HSV(B)333.4º81.51%93.33%-
XYZ40.1921.5923.17-
YUV111.81138.27218.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.77%
GREEN value IS 44 (17.58% from 255) = 10.68%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=57.77%
G=10.68%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384413000.820.450.07333.485.0955.29
HexEE2C820522D714d5537
Octal35654202012255751512567
Binary1110111010110010000010010100101011011111010011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2C82; }

 p { color: rgb(238,44,130); }

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

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

 a { background-color: rgb(238,44,130); }

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

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

 span { border-color: rgb(238,44,130); }

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