Html Css Color HEX #ED227C Deep Cerise

📋 copy color: '#ED227C'

red 237 ◦ green 34 ◦ blue 124

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

Shades of Deep Cerise #ED227C

Tints of Deep Cerise #ED227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.61%

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

R = 60%
G = 8.61%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED227C (or 0xED227C) is known color: Deep Cerise. HEX triplet: ED, 22 and 7C. RGB value is (237,34,124). Sum of RGB (Red+Green+Blue) = 237+34+124=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED227C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED227C is #12DD83. Grayscale: #686868. Windows color (decimal): -1236356 or 8135405. OLE color: 8135405.

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

Color convert

RGB 237 34 124 -
CMYK 0 0.86 0.48 0.07
HSL 333.4º 0.85% 0.53% -
HSV(B) 333.4º 0.86% 0.93% -
XYZ 39.14 20.6 20.98 -
YUV 104.96 138.75 222.18 -
System Red Green Blue C M Y K H S L
Decimal 237 34 124 0 0.86 0.48 0.07 333.4 0.85 0.53
Hex ED 22 7C 0 56 30 7 14D 55 35
Octal 355 42 174 0 126 60 7 515 125 65
Binary 11101101 100010 1111100 0 1010110 110000 111 101001101 1010101 110101

Color Harmonies of #ED227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED227C

Black with #ED227C

Text Example


Text Example

White with #ED227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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