Shades of Deep Cerise #ED2A8A
Tints of Deep Cerise #ED2A8A
RGB
CMYK
RGB Variations
Color information
#ED2A8A (or 0xED2A8A) is known color: Deep Cerise. HEX triplet: ED, 2A and 8A. RGB value is (237,42,138). Sum of RGB (Red+Green+Blue) = 237+42+138=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2A8A is #12D575. Grayscale: #6F6F6F. Windows color (decimal): -1234294 or 9054957. OLE color: 9054957.
HSL color Cylindrical-coordinate representation of color #ED2A8A: hue angle of 330.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 #ED2A8A is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 138 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.07 |
| HSL | 330.46º | 0.84% | 0.55% | - |
| HSV(B) | 330.46º | 0.82% | 0.93% | - |
| XYZ | 40.34 | 21.5 | 26.07 | - |
| YUV | 111.25 | 143.1 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 138 | 0 | 0.82 | 0.42 | 0.07 | 330.46 | 0.84 | 0.55 |
| Hex | ED | 2A | 8A | 0 | 52 | 2A | 7 | 14A | 54 | 37 |
| Octal | 355 | 52 | 212 | 0 | 122 | 52 | 7 | 512 | 124 | 67 |
| Binary | 11101101 | 101010 | 10001010 | 0 | 1010010 | 101010 | 111 | 101001010 | 1010100 | 110111 |
Color Harmonies of #ED2A8A
Complementary color
Monochromatic Colors of #ED2A8A
Black with #ED2A8A
Text Example
Text Example
White with #ED2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A8A; }
p { color: rgb(237,42,138); }
H1.HeaderClassName
{
color: #ED2A8A;
}
.AnyTagClassName
{
color: #ED2A8A;
}
</style>
background-color css
<style>
a { background-color: #ED2A8A; }
a { background-color: rgb(237,42,138); }
div.DivClassName
{
background-color: #ED2A8A;
}
.BgClassName
{
background-color: #ED2A8A;
}
</style>
border-color css
<style>
span { border-color: #ED2A8A; }
span { border-color: rgb(237,42,138); }
td.TdClassName
{
border-color: #ED2A8A;
}
.TagClassName
{
border-color: #ED2A8A;
}
</style>