Shades of Deep Cerise #ED297A
Tints of Deep Cerise #ED297A
RGB
CMYK
RGB Variations
Color information
#ED297A (or 0xED297A) is known color: Deep Cerise. HEX triplet: ED, 29 and 7A. RGB value is (237,41,122). Sum of RGB (Red+Green+Blue) = 237+41+122=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED297A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED297A is #12D685. Grayscale: #6C6C6C. Windows color (decimal): -1234566 or 8006125. OLE color: 8006125.
HSL color Cylindrical-coordinate representation of color #ED297A: hue angle of 335.2º 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 #ED297A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 41 | 122 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.07 |
| HSL | 335.2º | 0.84% | 0.55% | - |
| HSV(B) | 335.2º | 0.83% | 0.93% | - |
| XYZ | 39.23 | 21 | 20.4 | - |
| YUV | 108.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 41 | 122 | 0 | 0.83 | 0.49 | 0.07 | 335.2 | 0.84 | 0.55 |
| Hex | ED | 29 | 7A | 0 | 53 | 31 | 7 | 14F | 54 | 37 |
| Octal | 355 | 51 | 172 | 0 | 123 | 61 | 7 | 517 | 124 | 67 |
| Binary | 11101101 | 101001 | 1111010 | 0 | 1010011 | 110001 | 111 | 101001111 | 1010100 | 110111 |
Color Harmonies of #ED297A
Complementary color
Monochromatic Colors of #ED297A
Black with #ED297A
Text Example
Text Example
White with #ED297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED297A; }
p { color: rgb(237,41,122); }
H1.HeaderClassName
{
color: #ED297A;
}
.AnyTagClassName
{
color: #ED297A;
}
</style>
background-color css
<style>
a { background-color: #ED297A; }
a { background-color: rgb(237,41,122); }
div.DivClassName
{
background-color: #ED297A;
}
.BgClassName
{
background-color: #ED297A;
}
</style>
border-color css
<style>
span { border-color: #ED297A; }
span { border-color: rgb(237,41,122); }
td.TdClassName
{
border-color: #ED297A;
}
.TagClassName
{
border-color: #ED297A;
}
</style>