Shades of Deep Cerise #ED298D
Tints of Deep Cerise #ED298D
RGB
CMYK
RGB Variations
Color information
#ED298D (or 0xED298D) is known color: Deep Cerise. HEX triplet: ED, 29 and 8D. RGB value is (237,41,141). Sum of RGB (Red+Green+Blue) = 237+41+141=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED298D is #12D672. Grayscale: #6E6E6E. Windows color (decimal): -1234547 or 9251309. OLE color: 9251309.
HSL color Cylindrical-coordinate representation of color #ED298D: hue angle of 329.39º 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 #ED298D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 141 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.39º | 0.84% | 0.55% | - |
| HSV(B) | 329.39º | 0.83% | 0.93% | - |
| XYZ | 40.53 | 21.51 | 27.22 | - |
| YUV | 111 | 144.93 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 141 | 0 | 0.83 | 0.41 | 0.07 | 329.39 | 0.84 | 0.55 |
| Hex | ED | 29 | 8D | 0 | 53 | 29 | 7 | 149 | 54 | 37 |
| Octal | 355 | 51 | 215 | 0 | 123 | 51 | 7 | 511 | 124 | 67 |
| Binary | 11101101 | 101001 | 10001101 | 0 | 1010011 | 101001 | 111 | 101001001 | 1010100 | 110111 |
Color Harmonies of #ED298D
Complementary color
Monochromatic Colors of #ED298D
Black with #ED298D
Text Example
Text Example
White with #ED298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED298D; }
p { color: rgb(237,41,141); }
H1.HeaderClassName
{
color: #ED298D;
}
.AnyTagClassName
{
color: #ED298D;
}
</style>
background-color css
<style>
a { background-color: #ED298D; }
a { background-color: rgb(237,41,141); }
div.DivClassName
{
background-color: #ED298D;
}
.BgClassName
{
background-color: #ED298D;
}
</style>
border-color css
<style>
span { border-color: #ED298D; }
span { border-color: rgb(237,41,141); }
td.TdClassName
{
border-color: #ED298D;
}
.TagClassName
{
border-color: #ED298D;
}
</style>