Shades of Deep Cerise #EC237F
Tints of Deep Cerise #EC237F
RGB
CMYK
RGB Variations
Color information
#EC237F (or 0xEC237F) is known color: Deep Cerise. HEX triplet: EC, 23 and 7F. RGB value is (236,35,127). Sum of RGB (Red+Green+Blue) = 236+35+127=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC237F is #13DC80. Grayscale: #696969. Windows color (decimal): -1301633 or 8332268. OLE color: 8332268.
HSL color Cylindrical-coordinate representation of color #EC237F: hue angle of 332.54º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC237F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 127 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.07 |
| HSL | 332.54º | 0.84% | 0.53% | - |
| HSV(B) | 332.54º | 0.85% | 0.93% | - |
| XYZ | 39.02 | 20.57 | 21.99 | - |
| YUV | 105.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 127 | 0 | 0.85 | 0.46 | 0.07 | 332.54 | 0.84 | 0.53 |
| Hex | EC | 23 | 7F | 0 | 55 | 2E | 7 | 14D | 54 | 35 |
| Octal | 354 | 43 | 177 | 0 | 125 | 56 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100011 | 1111111 | 0 | 1010101 | 101110 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC237F
Complementary color
Monochromatic Colors of #EC237F
Black with #EC237F
Text Example
Text Example
White with #EC237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC237F; }
p { color: rgb(236,35,127); }
H1.HeaderClassName
{
color: #EC237F;
}
.AnyTagClassName
{
color: #EC237F;
}
</style>
background-color css
<style>
a { background-color: #EC237F; }
a { background-color: rgb(236,35,127); }
div.DivClassName
{
background-color: #EC237F;
}
.BgClassName
{
background-color: #EC237F;
}
</style>
border-color css
<style>
span { border-color: #EC237F; }
span { border-color: rgb(236,35,127); }
td.TdClassName
{
border-color: #EC237F;
}
.TagClassName
{
border-color: #EC237F;
}
</style>