Shades of Deep Cerise #ED357F
Tints of Deep Cerise #ED357F
RGB
CMYK
RGB Variations
Color information
#ED357F (or 0xED357F) is known color: Deep Cerise. HEX triplet: ED, 35 and 7F. RGB value is (237,53,127). Sum of RGB (Red+Green+Blue) = 237+53+127=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 53 (21.09% from 255 or 12.71% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED357F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED357F is #12CA80. Grayscale: #747474. Windows color (decimal): -1231489 or 8336877. OLE color: 8336877.
HSL color Cylindrical-coordinate representation of color #ED357F: hue angle of 335.87º 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 #ED357F is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 53 | 127 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.07 |
| HSL | 335.87º | 0.84% | 0.57% | - |
| HSV(B) | 335.87º | 0.78% | 0.93% | - |
| XYZ | 40.03 | 22.08 | 22.23 | - |
| YUV | 116.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 53 | 127 | 0 | 0.78 | 0.46 | 0.07 | 335.87 | 0.84 | 0.57 |
| Hex | ED | 35 | 7F | 0 | 4E | 2E | 7 | 150 | 54 | 39 |
| Octal | 355 | 65 | 177 | 0 | 116 | 56 | 7 | 520 | 124 | 71 |
| Binary | 11101101 | 110101 | 1111111 | 0 | 1001110 | 101110 | 111 | 101010000 | 1010100 | 111001 |
Color Harmonies of #ED357F
Complementary color
Monochromatic Colors of #ED357F
Black with #ED357F
Text Example
Text Example
White with #ED357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED357F; }
p { color: rgb(237,53,127); }
H1.HeaderClassName
{
color: #ED357F;
}
.AnyTagClassName
{
color: #ED357F;
}
</style>
background-color css
<style>
a { background-color: #ED357F; }
a { background-color: rgb(237,53,127); }
div.DivClassName
{
background-color: #ED357F;
}
.BgClassName
{
background-color: #ED357F;
}
</style>
border-color css
<style>
span { border-color: #ED357F; }
span { border-color: rgb(237,53,127); }
td.TdClassName
{
border-color: #ED357F;
}
.TagClassName
{
border-color: #ED357F;
}
</style>