Shades of Deep Cerise #ED2A7D
Tints of Deep Cerise #ED2A7D
RGB
CMYK
RGB Variations
Color information
#ED2A7D (or 0xED2A7D) is known color: Deep Cerise. HEX triplet: ED, 2A and 7D. RGB value is (237,42,125). Sum of RGB (Red+Green+Blue) = 237+42+125=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A7D is #12D582. Grayscale: #6D6D6D. Windows color (decimal): -1234307 or 8202989. OLE color: 8202989.
HSL color Cylindrical-coordinate representation of color #ED2A7D: hue angle of 334.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A7D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 125 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.07 |
| HSL | 334.46º | 0.84% | 0.55% | - |
| HSV(B) | 334.46º | 0.82% | 0.93% | - |
| XYZ | 39.45 | 21.14 | 21.4 | - |
| YUV | 109.77 | 136.6 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 125 | 0 | 0.82 | 0.47 | 0.07 | 334.46 | 0.84 | 0.55 |
| Hex | ED | 2A | 7D | 0 | 52 | 2F | 7 | 14E | 54 | 37 |
| Octal | 355 | 52 | 175 | 0 | 122 | 57 | 7 | 516 | 124 | 67 |
| Binary | 11101101 | 101010 | 1111101 | 0 | 1010010 | 101111 | 111 | 101001110 | 1010100 | 110111 |
Color Harmonies of #ED2A7D
Complementary color
Monochromatic Colors of #ED2A7D
Black with #ED2A7D
Text Example
Text Example
White with #ED2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A7D; }
p { color: rgb(237,42,125); }
H1.HeaderClassName
{
color: #ED2A7D;
}
.AnyTagClassName
{
color: #ED2A7D;
}
</style>
background-color css
<style>
a { background-color: #ED2A7D; }
a { background-color: rgb(237,42,125); }
div.DivClassName
{
background-color: #ED2A7D;
}
.BgClassName
{
background-color: #ED2A7D;
}
</style>
border-color css
<style>
span { border-color: #ED2A7D; }
span { border-color: rgb(237,42,125); }
td.TdClassName
{
border-color: #ED2A7D;
}
.TagClassName
{
border-color: #ED2A7D;
}
</style>