Shades of Deep Cerise #ED3289
Tints of Deep Cerise #ED3289
RGB
CMYK
RGB Variations
Color information
#ED3289 (or 0xED3289) is known color: Deep Cerise. HEX triplet: ED, 32 and 89. RGB value is (237,50,137). Sum of RGB (Red+Green+Blue) = 237+50+137=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3289 is #12CD76. Grayscale: #737373. Windows color (decimal): -1232247 or 8991469. OLE color: 8991469.
HSL color Cylindrical-coordinate representation of color #ED3289: hue angle of 332.09º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED3289 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 137 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.07 |
| HSL | 332.09º | 0.84% | 0.56% | - |
| HSV(B) | 332.09º | 0.79% | 0.93% | - |
| XYZ | 40.58 | 22.09 | 25.79 | - |
| YUV | 115.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 137 | 0 | 0.79 | 0.42 | 0.07 | 332.09 | 0.84 | 0.56 |
| Hex | ED | 32 | 89 | 0 | 4F | 2A | 7 | 14C | 54 | 38 |
| Octal | 355 | 62 | 211 | 0 | 117 | 52 | 7 | 514 | 124 | 70 |
| Binary | 11101101 | 110010 | 10001001 | 0 | 1001111 | 101010 | 111 | 101001100 | 1010100 | 111000 |
Color Harmonies of #ED3289
Complementary color
Monochromatic Colors of #ED3289
Black with #ED3289
Text Example
Text Example
White with #ED3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3289; }
p { color: rgb(237,50,137); }
H1.HeaderClassName
{
color: #ED3289;
}
.AnyTagClassName
{
color: #ED3289;
}
</style>
background-color css
<style>
a { background-color: #ED3289; }
a { background-color: rgb(237,50,137); }
div.DivClassName
{
background-color: #ED3289;
}
.BgClassName
{
background-color: #ED3289;
}
</style>
border-color css
<style>
span { border-color: #ED3289; }
span { border-color: rgb(237,50,137); }
td.TdClassName
{
border-color: #ED3289;
}
.TagClassName
{
border-color: #ED3289;
}
</style>