Shades of Deep Cerise #ED328E
Tints of Deep Cerise #ED328E
RGB
CMYK
RGB Variations
Color information
#ED328E (or 0xED328E) is known color: Deep Cerise. HEX triplet: ED, 32 and 8E. RGB value is (237,50,142). Sum of RGB (Red+Green+Blue) = 237+50+142=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED328E is #12CD71. Grayscale: #747474. Windows color (decimal): -1232242 or 9319149. OLE color: 9319149.
HSL color Cylindrical-coordinate representation of color #ED328E: hue angle of 330.48º 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 #ED328E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 142 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.07 |
| HSL | 330.48º | 0.84% | 0.56% | - |
| HSV(B) | 330.48º | 0.79% | 0.93% | - |
| XYZ | 40.95 | 22.24 | 27.73 | - |
| YUV | 116.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 142 | 0 | 0.79 | 0.40 | 0.07 | 330.48 | 0.84 | 0.56 |
| Hex | ED | 32 | 8E | 0 | 4F | 28 | 7 | 14A | 54 | 38 |
| Octal | 355 | 62 | 216 | 0 | 117 | 50 | 7 | 512 | 124 | 70 |
| Binary | 11101101 | 110010 | 10001110 | 0 | 1001111 | 101000 | 111 | 101001010 | 1010100 | 111000 |
Color Harmonies of #ED328E
Complementary color
Monochromatic Colors of #ED328E
Black with #ED328E
Text Example
Text Example
White with #ED328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED328E; }
p { color: rgb(237,50,142); }
H1.HeaderClassName
{
color: #ED328E;
}
.AnyTagClassName
{
color: #ED328E;
}
</style>
background-color css
<style>
a { background-color: #ED328E; }
a { background-color: rgb(237,50,142); }
div.DivClassName
{
background-color: #ED328E;
}
.BgClassName
{
background-color: #ED328E;
}
</style>
border-color css
<style>
span { border-color: #ED328E; }
span { border-color: rgb(237,50,142); }
td.TdClassName
{
border-color: #ED328E;
}
.TagClassName
{
border-color: #ED328E;
}
</style>