Html Css Color HEX #ED3379 Deep Cerise

📋 copy color: '#ED3379'

red 237 ◦ green 51 ◦ blue 121

#ED3379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #ED3379

Tints of Deep Cerise #ED3379

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 value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED3379 (or 0xED3379) is known color: 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

RGB 237 51 121 -
CMYK 0 0.78 0.49 0.07
HSL 337.42º 0.84% 0.56% -
HSV(B) 337.42º 0.78% 0.93% -
XYZ 39.56 21.75 20.2 -
YUV 114.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 237 51 121 0 0.78 0.49 0.07 337.42 0.84 0.56
Hex ED 33 79 0 4E 31 7 151 54 38
Octal 355 63 171 0 116 61 7 521 124 70
Binary 11101101 110011 1111001 0 1001110 110001 111 101010001 1010100 111000

Color Harmonies of #ED3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3379

Black with #ED3379

Text Example


Text Example

White with #ED3379

Text Example


Text Example

HTML Codes & Css Web 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>