Shades of Cerise #ED325F
Tints of Cerise #ED325F
RGB
CMYK
RGB Variations
Color information
#ED325F (or 0xED325F) is known color: Cerise. HEX triplet: ED, 32 and 5F. RGB value is (237,50,95). Sum of RGB (Red+Green+Blue) = 237+50+95=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED325F is #12CDA0. Grayscale: #6F6F6F. Windows color (decimal): -1232289 or 6238957. OLE color: 6238957.
HSL color Cylindrical-coordinate representation of color #ED325F: hue angle of 345.56º 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 #ED325F is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 50 | 95 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.07 |
| HSL | 345.56º | 0.84% | 0.56% | - |
| HSV(B) | 345.56º | 0.79% | 0.93% | - |
| XYZ | 38.13 | 21.11 | 12.89 | - |
| YUV | 111.04 | 118.95 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 50 | 95 | 0 | 0.79 | 0.60 | 0.07 | 345.56 | 0.84 | 0.56 |
| Hex | ED | 32 | 5F | 0 | 4F | 3C | 7 | 15A | 54 | 38 |
| Octal | 355 | 62 | 137 | 0 | 117 | 74 | 7 | 532 | 124 | 70 |
| Binary | 11101101 | 110010 | 1011111 | 0 | 1001111 | 111100 | 111 | 101011010 | 1010100 | 111000 |
Color Harmonies of #ED325F
Complementary color
Monochromatic Colors of #ED325F
Black with #ED325F
Text Example
Text Example
White with #ED325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED325F; }
p { color: rgb(237,50,95); }
H1.HeaderClassName
{
color: #ED325F;
}
.AnyTagClassName
{
color: #ED325F;
}
</style>
background-color css
<style>
a { background-color: #ED325F; }
a { background-color: rgb(237,50,95); }
div.DivClassName
{
background-color: #ED325F;
}
.BgClassName
{
background-color: #ED325F;
}
</style>
border-color css
<style>
span { border-color: #ED325F; }
span { border-color: rgb(237,50,95); }
td.TdClassName
{
border-color: #ED325F;
}
.TagClassName
{
border-color: #ED325F;
}
</style>