Shades of Deep Cerise #ED328D
Tints of Deep Cerise #ED328D
RGB
CMYK
RGB Variations
Color information
#ED328D (or 0xED328D) is known color: Deep Cerise. HEX triplet: ED, 32 and 8D. RGB value is (237,50,141). Sum of RGB (Red+Green+Blue) = 237+50+141=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED328D is #12CD72. Grayscale: #747474. Windows color (decimal): -1232243 or 9253613. OLE color: 9253613.
HSL color Cylindrical-coordinate representation of color #ED328D: hue angle of 330.8º 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 #ED328D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 141 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.07 |
| HSL | 330.8º | 0.84% | 0.56% | - |
| HSV(B) | 330.8º | 0.79% | 0.93% | - |
| XYZ | 40.87 | 22.21 | 27.33 | - |
| YUV | 116.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 141 | 0 | 0.79 | 0.41 | 0.07 | 330.8 | 0.84 | 0.56 |
| Hex | ED | 32 | 8D | 0 | 4F | 29 | 7 | 14B | 54 | 38 |
| Octal | 355 | 62 | 215 | 0 | 117 | 51 | 7 | 513 | 124 | 70 |
| Binary | 11101101 | 110010 | 10001101 | 0 | 1001111 | 101001 | 111 | 101001011 | 1010100 | 111000 |
Color Harmonies of #ED328D
Complementary color
Monochromatic Colors of #ED328D
Black with #ED328D
Text Example
Text Example
White with #ED328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED328D; }
p { color: rgb(237,50,141); }
H1.HeaderClassName
{
color: #ED328D;
}
.AnyTagClassName
{
color: #ED328D;
}
</style>
background-color css
<style>
a { background-color: #ED328D; }
a { background-color: rgb(237,50,141); }
div.DivClassName
{
background-color: #ED328D;
}
.BgClassName
{
background-color: #ED328D;
}
</style>
border-color css
<style>
span { border-color: #ED328D; }
span { border-color: rgb(237,50,141); }
td.TdClassName
{
border-color: #ED328D;
}
.TagClassName
{
border-color: #ED328D;
}
</style>