Shades of Deep Cerise #ED298E
Tints of Deep Cerise #ED298E
RGB
CMYK
RGB Variations
Color information
#ED298E (or 0xED298E) is known color: Deep Cerise. HEX triplet: ED, 29 and 8E. RGB value is (237,41,142). Sum of RGB (Red+Green+Blue) = 237+41+142=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED298E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED298E is #12D671. Grayscale: #6E6E6E. Windows color (decimal): -1234546 or 9316845. OLE color: 9316845.
HSL color Cylindrical-coordinate representation of color #ED298E: hue angle of 329.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED298E is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 142 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.07 |
| HSL | 329.08º | 0.84% | 0.55% | - |
| HSV(B) | 329.08º | 0.83% | 0.93% | - |
| XYZ | 40.6 | 21.54 | 27.61 | - |
| YUV | 111.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 142 | 0 | 0.83 | 0.40 | 0.07 | 329.08 | 0.84 | 0.55 |
| Hex | ED | 29 | 8E | 0 | 53 | 28 | 7 | 149 | 54 | 37 |
| Octal | 355 | 51 | 216 | 0 | 123 | 50 | 7 | 511 | 124 | 67 |
| Binary | 11101101 | 101001 | 10001110 | 0 | 1010011 | 101000 | 111 | 101001001 | 1010100 | 110111 |
Color Harmonies of #ED298E
Complementary color
Monochromatic Colors of #ED298E
Black with #ED298E
Text Example
Text Example
White with #ED298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED298E; }
p { color: rgb(237,41,142); }
H1.HeaderClassName
{
color: #ED298E;
}
.AnyTagClassName
{
color: #ED298E;
}
</style>
background-color css
<style>
a { background-color: #ED298E; }
a { background-color: rgb(237,41,142); }
div.DivClassName
{
background-color: #ED298E;
}
.BgClassName
{
background-color: #ED298E;
}
</style>
border-color css
<style>
span { border-color: #ED298E; }
span { border-color: rgb(237,41,142); }
td.TdClassName
{
border-color: #ED298E;
}
.TagClassName
{
border-color: #ED298E;
}
</style>