Html Css Color HEX #ED337C Deep Cerise

📋 copy color: '#ED337C'

red 237 ◦ green 51 ◦ blue 124

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

Shades of Deep Cerise #ED337C

Tints of Deep Cerise #ED337C

RGB

 RED value IS 237 (92.97% from 255) = 57.52%

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 57.52%
G = 12.38%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED337C (or 0xED337C) is known color: Deep Cerise. HEX triplet: ED, 33 and 7C. RGB value is (237,51,124). Sum of RGB (Red+Green+Blue) = 237+51+124=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED337C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED337C is #12CC83. Grayscale: #727272. Windows color (decimal): -1232004 or 8139757. OLE color: 8139757.

HSL color Cylindrical-coordinate representation of color #ED337C: hue angle of 336.45º 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 #ED337C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 124 -
CMYK 0 0.78 0.48 0.07
HSL 336.45º 0.84% 0.56% -
HSV(B) 336.45º 0.78% 0.93% -
XYZ 39.75 21.83 21.19 -
YUV 114.94 133.12 215.06 -
System Red Green Blue C M Y K H S L
Decimal 237 51 124 0 0.78 0.48 0.07 336.45 0.84 0.56
Hex ED 33 7C 0 4E 30 7 150 54 38
Octal 355 63 174 0 116 60 7 520 124 70
Binary 11101101 110011 1111100 0 1001110 110000 111 101010000 1010100 111000

Color Harmonies of #ED337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED337C

Black with #ED337C

Text Example


Text Example

White with #ED337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED337C; }

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

 H1.HeaderClassName
 {
   color: #ED337C;
 }
 .AnyTagClassName
 {
   color: #ED337C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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