#EE2580

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

Shades of Deep Cerise #EE2580

Tints of Deep Cerise #EE2580

Color information

#EE2580 (or 0xEE2580) is unknown color: approx Deep Cerise. HEX triplet: EE, 25 and 80. RGB value is (238,37,128). Sum of RGB (Red+Green+Blue) = 238+37+128=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2580 is #11DA7F. Grayscale: #6B6B6B. Windows color (decimal): -1170048 or 8398318. OLE color: 8398318.

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

Color convert

RGB23837128-
CMYK00.840.460.07
HSL332.84º85.53%53.92%-
HSV(B)332.84º84.45%93.33%-
XYZ39.8221.0622.39-
YUV107.47139.59221.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.06%
GREEN value IS 37 (14.84% from 255) = 9.18%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=59.06%
G=9.18%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383712800.840.460.07332.8485.5353.92
HexEE25800542E714d5636
Octal35645200012456751512666
Binary1110111010010110000000010101001011101111010011011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2580; }

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

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

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

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

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

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

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

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