Html Css Color HEX #ED3079 Deep Cerise

📋 copy color: '#ED3079'

red 237 ◦ green 48 ◦ blue 121

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

Shades of Deep Cerise #ED3079

Tints of Deep Cerise #ED3079

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.8%

R = 58.37%
G = 11.82%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

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

RGB 237 48 121 -
CMYK 0 0.80 0.49 0.07
HSL 336.83º 0.84% 0.56% -
HSV(B) 336.83º 0.8% 0.93% -
XYZ 39.43 21.5 20.16 -
YUV 112.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 237 48 121 0 0.80 0.49 0.07 336.83 0.84 0.56
Hex ED 30 79 0 50 31 7 151 54 38
Octal 355 60 171 0 120 61 7 521 124 70
Binary 11101101 110000 1111001 0 1010000 110001 111 101010001 1010100 111000

Color Harmonies of #ED3079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3079

Black with #ED3079

Text Example


Text Example

White with #ED3079

Text Example


Text Example

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