Shades of Deep Cerise #ED227D
Tints of Deep Cerise #ED227D
RGB
CMYK
RGB Variations
Color information
#ED227D (or 0xED227D) is known color: Deep Cerise. HEX triplet: ED, 22 and 7D. RGB value is (237,34,125). Sum of RGB (Red+Green+Blue) = 237+34+125=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED227D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED227D is #12DD82. Grayscale: #686868. Windows color (decimal): -1236355 or 8200941. OLE color: 8200941.
HSL color Cylindrical-coordinate representation of color #ED227D: hue angle of 333.1º 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 #ED227D is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 34 | 125 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 333.1º | 0.85% | 0.53% | - |
| HSV(B) | 333.1º | 0.86% | 0.93% | - |
| XYZ | 39.2 | 20.63 | 21.32 | - |
| YUV | 105.07 | 139.25 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 34 | 125 | 0 | 0.86 | 0.47 | 0.07 | 333.1 | 0.85 | 0.53 |
| Hex | ED | 22 | 7D | 0 | 56 | 2F | 7 | 14D | 55 | 35 |
| Octal | 355 | 42 | 175 | 0 | 126 | 57 | 7 | 515 | 125 | 65 |
| Binary | 11101101 | 100010 | 1111101 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010101 | 110101 |
Color Harmonies of #ED227D
Complementary color
Monochromatic Colors of #ED227D
Black with #ED227D
Text Example
Text Example
White with #ED227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED227D; }
p { color: rgb(237,34,125); }
H1.HeaderClassName
{
color: #ED227D;
}
.AnyTagClassName
{
color: #ED227D;
}
</style>
background-color css
<style>
a { background-color: #ED227D; }
a { background-color: rgb(237,34,125); }
div.DivClassName
{
background-color: #ED227D;
}
.BgClassName
{
background-color: #ED227D;
}
</style>
border-color css
<style>
span { border-color: #ED227D; }
span { border-color: rgb(237,34,125); }
td.TdClassName
{
border-color: #ED227D;
}
.TagClassName
{
border-color: #ED227D;
}
</style>