Shades of Deep Cerise #ED327D
Tints of Deep Cerise #ED327D
RGB
CMYK
RGB Variations
Color information
#ED327D (or 0xED327D) is known color: Deep Cerise. HEX triplet: ED, 32 and 7D. RGB value is (237,50,125). Sum of RGB (Red+Green+Blue) = 237+50+125=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED327D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED327D is #12CD82. Grayscale: #727272. Windows color (decimal): -1232259 or 8205037. OLE color: 8205037.
HSL color Cylindrical-coordinate representation of color #ED327D: hue angle of 335.94º 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 #ED327D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 125 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.07 |
| HSL | 335.94º | 0.84% | 0.56% | - |
| HSV(B) | 335.94º | 0.79% | 0.93% | - |
| XYZ | 39.77 | 21.77 | 21.51 | - |
| YUV | 114.46 | 133.95 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 125 | 0 | 0.79 | 0.47 | 0.07 | 335.94 | 0.84 | 0.56 |
| Hex | ED | 32 | 7D | 0 | 4F | 2F | 7 | 150 | 54 | 38 |
| Octal | 355 | 62 | 175 | 0 | 117 | 57 | 7 | 520 | 124 | 70 |
| Binary | 11101101 | 110010 | 1111101 | 0 | 1001111 | 101111 | 111 | 101010000 | 1010100 | 111000 |
Color Harmonies of #ED327D
Complementary color
Monochromatic Colors of #ED327D
Black with #ED327D
Text Example
Text Example
White with #ED327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED327D; }
p { color: rgb(237,50,125); }
H1.HeaderClassName
{
color: #ED327D;
}
.AnyTagClassName
{
color: #ED327D;
}
</style>
background-color css
<style>
a { background-color: #ED327D; }
a { background-color: rgb(237,50,125); }
div.DivClassName
{
background-color: #ED327D;
}
.BgClassName
{
background-color: #ED327D;
}
</style>
border-color css
<style>
span { border-color: #ED327D; }
span { border-color: rgb(237,50,125); }
td.TdClassName
{
border-color: #ED327D;
}
.TagClassName
{
border-color: #ED327D;
}
</style>