#ED2480

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

Shades of Deep Cerise #ED2480

Tints of Deep Cerise #ED2480

Color information

#ED2480 (or 0xED2480) is unknown color: approx Deep Cerise. HEX triplet: ED, 24 and 80. RGB value is (237,36,128). Sum of RGB (Red+Green+Blue) = 237+36+128=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2480 is #12DB7F. Grayscale: #6A6A6A. Windows color (decimal): -1235840 or 8398061. OLE color: 8398061.

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

Color convert

RGB23736128-
CMYK00.850.460.07
HSL332.54º84.81%53.53%-
HSV(B)332.54º84.81%92.94%-
XYZ39.4520.8222.36-
YUV106.59140.09221.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 59.10%
GREEN value IS 36 (14.45% from 255) = 8.98%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=59.10%
G=8.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373612800.850.460.07332.5484.8153.53
HexED24800552E714d5536
Octal35544200012556751512566
Binary1110110110010010000000010101011011101111010011011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2480; }

 p { color: rgb(237,36,128); }

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

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

 a { background-color: rgb(237,36,128); }

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

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

 span { border-color: rgb(237,36,128); }

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