Shades of Deep Cerise #ED298B
Tints of Deep Cerise #ED298B
RGB
CMYK
RGB Variations
Color information
#ED298B (or 0xED298B) is known color: Deep Cerise. HEX triplet: ED, 29 and 8B. RGB value is (237,41,139). Sum of RGB (Red+Green+Blue) = 237+41+139=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED298B is #12D674. Grayscale: #6E6E6E. Windows color (decimal): -1234549 or 9120237. OLE color: 9120237.
HSL color Cylindrical-coordinate representation of color #ED298B: hue angle of 330º 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 #ED298B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 330º | 0.84% | 0.55% | - |
| HSV(B) | 330º | 0.83% | 0.93% | - |
| XYZ | 40.38 | 21.45 | 26.44 | - |
| YUV | 110.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 139 | 0 | 0.83 | 0.41 | 0.07 | 330 | 0.84 | 0.55 |
| Hex | ED | 29 | 8B | 0 | 53 | 29 | 7 | 14A | 54 | 37 |
| Octal | 355 | 51 | 213 | 0 | 123 | 51 | 7 | 512 | 124 | 67 |
| Binary | 11101101 | 101001 | 10001011 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010100 | 110111 |
Color Harmonies of #ED298B
Complementary color
Monochromatic Colors of #ED298B
Black with #ED298B
Text Example
Text Example
White with #ED298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED298B; }
p { color: rgb(237,41,139); }
H1.HeaderClassName
{
color: #ED298B;
}
.AnyTagClassName
{
color: #ED298B;
}
</style>
background-color css
<style>
a { background-color: #ED298B; }
a { background-color: rgb(237,41,139); }
div.DivClassName
{
background-color: #ED298B;
}
.BgClassName
{
background-color: #ED298B;
}
</style>
border-color css
<style>
span { border-color: #ED298B; }
span { border-color: rgb(237,41,139); }
td.TdClassName
{
border-color: #ED298B;
}
.TagClassName
{
border-color: #ED298B;
}
</style>