#ed3379

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

Shades of Deep Cerise #ED3379

Tints of Deep Cerise #ED3379

Color information

#ED3379 (or 0xED3379) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 79. RGB value is (237,51,121). Sum of RGB (Red+Green+Blue) = 237+51+121=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3379 is #12CC86. Grayscale: #727272. Windows color (decimal): -1232007 or 7943149. OLE color: 7943149.

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

Color convert

RGB23751121-
CMYK00.780.490.07
HSL337.42º83.78%56.47%-
HSV(B)337.42º78.48%92.94%-
XYZ39.5621.7520.2-
YUV114.59131.62215.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 121 (47.66% from 255) = 29.58%
R=57.95%
G=12.47%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375112100.780.490.07337.4283.7856.47
HexED337904E3171515438
Octal35563171011661752112470
Binary111011011100111111001010011101100011111010100011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3379; }

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

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

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

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

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

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

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

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