Shades of Cerise #ED356F
Tints of Cerise #ED356F
RGB
CMYK
RGB Variations
Color information
#ED356F (or 0xED356F) is known color: Cerise. HEX triplet: ED, 35 and 6F. RGB value is (237,53,111). Sum of RGB (Red+Green+Blue) = 237+53+111=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED356F is #12CA90. Grayscale: #727272. Windows color (decimal): -1231505 or 7288301. OLE color: 7288301.
HSL color Cylindrical-coordinate representation of color #ED356F: hue angle of 341.09º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED356F is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 111 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.07 |
| HSL | 341.09º | 0.84% | 0.57% | - |
| HSV(B) | 341.09º | 0.78% | 0.93% | - |
| XYZ | 39.07 | 21.7 | 17.17 | - |
| YUV | 114.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 111 | 0 | 0.78 | 0.53 | 0.07 | 341.09 | 0.84 | 0.57 |
| Hex | ED | 35 | 6F | 0 | 4E | 35 | 7 | 155 | 54 | 39 |
| Octal | 355 | 65 | 157 | 0 | 116 | 65 | 7 | 525 | 124 | 71 |
| Binary | 11101101 | 110101 | 1101111 | 0 | 1001110 | 110101 | 111 | 101010101 | 1010100 | 111001 |
Color Harmonies of #ED356F
Complementary color
Monochromatic Colors of #ED356F
Black with #ED356F
Text Example
Text Example
White with #ED356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED356F; }
p { color: rgb(237,53,111); }
H1.HeaderClassName
{
color: #ED356F;
}
.AnyTagClassName
{
color: #ED356F;
}
</style>
background-color css
<style>
a { background-color: #ED356F; }
a { background-color: rgb(237,53,111); }
div.DivClassName
{
background-color: #ED356F;
}
.BgClassName
{
background-color: #ED356F;
}
</style>
border-color css
<style>
span { border-color: #ED356F; }
span { border-color: rgb(237,53,111); }
td.TdClassName
{
border-color: #ED356F;
}
.TagClassName
{
border-color: #ED356F;
}
</style>