#ED3079

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

Shades of Deep Cerise #ED3079

Tints of Deep Cerise #ED3079

Color information

#ED3079 (or 0xED3079) is unknown color: approx Deep Cerise. HEX triplet: ED, 30 and 79. RGB value is (237,48,121). Sum of RGB (Red+Green+Blue) = 237+48+121=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3079 is #12CF86. Grayscale: #707070. Windows color (decimal): -1232775 or 7942381. OLE color: 7942381.

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

Color convert

RGB23748121-
CMYK00.800.490.07
HSL336.83º84%55.88%-
HSV(B)336.83º79.75%92.94%-
XYZ39.4321.520.16-
YUV112.83132.62216.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 58.37%
GREEN value IS 48 (19.14% from 255) = 11.82%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=58.37%
G=11.82%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374812100.800.490.07336.838455.88
HexED30790503171515438
Octal35560171012061752112470
Binary111011011100001111001010100001100011111010100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3079; }

 p { color: rgb(237,48,121); }

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

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

 a { background-color: rgb(237,48,121); }

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

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

 span { border-color: rgb(237,48,121); }

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