Html Css Color HEX #ED237C Deep Cerise

📋 copy color: '#ED237C'

red 237 ◦ green 35 ◦ blue 124

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

Shades of Deep Cerise #ED237C

Tints of Deep Cerise #ED237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.84%

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

R = 59.85%
G = 8.84%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED237C (or 0xED237C) is known color: Deep Cerise. HEX triplet: ED, 23 and 7C. RGB value is (237,35,124). Sum of RGB (Red+Green+Blue) = 237+35+124=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED237C is #12DC83. Grayscale: #696969. Windows color (decimal): -1236100 or 8135661. OLE color: 8135661.

HSL color Cylindrical-coordinate representation of color #ED237C: hue angle of 333.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED237C is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 124 -
CMYK 0 0.85 0.48 0.07
HSL 333.56º 0.85% 0.53% -
HSV(B) 333.56º 0.85% 0.93% -
XYZ 39.16 20.66 20.99 -
YUV 105.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 237 35 124 0 0.85 0.48 0.07 333.56 0.85 0.53
Hex ED 23 7C 0 55 30 7 14E 55 35
Octal 355 43 174 0 125 60 7 516 125 65
Binary 11101101 100011 1111100 0 1010101 110000 111 101001110 1010101 110101

Color Harmonies of #ED237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED237C

Black with #ED237C

Text Example


Text Example

White with #ED237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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