Shades of Deep Cerise #EC237A
Tints of Deep Cerise #EC237A
RGB
CMYK
RGB Variations
Color information
#EC237A (or 0xEC237A) is known color: Deep Cerise. HEX triplet: EC, 23 and 7A. RGB value is (236,35,122). Sum of RGB (Red+Green+Blue) = 236+35+122=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC237A is #13DC85. Grayscale: #686868. Windows color (decimal): -1301638 or 8004588. OLE color: 8004588.
HSL color Cylindrical-coordinate representation of color #EC237A: hue angle of 334.03º 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 #EC237A is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 122 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.07 |
| HSL | 334.03º | 0.84% | 0.53% | - |
| HSV(B) | 334.03º | 0.85% | 0.93% | - |
| XYZ | 38.71 | 20.44 | 20.32 | - |
| YUV | 105.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 122 | 0 | 0.85 | 0.48 | 0.07 | 334.03 | 0.84 | 0.53 |
| Hex | EC | 23 | 7A | 0 | 55 | 30 | 7 | 14E | 54 | 35 |
| Octal | 354 | 43 | 172 | 0 | 125 | 60 | 7 | 516 | 124 | 65 |
| Binary | 11101100 | 100011 | 1111010 | 0 | 1010101 | 110000 | 111 | 101001110 | 1010100 | 110101 |
Color Harmonies of #EC237A
Complementary color
Monochromatic Colors of #EC237A
Black with #EC237A
Text Example
Text Example
White with #EC237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC237A; }
p { color: rgb(236,35,122); }
H1.HeaderClassName
{
color: #EC237A;
}
.AnyTagClassName
{
color: #EC237A;
}
</style>
background-color css
<style>
a { background-color: #EC237A; }
a { background-color: rgb(236,35,122); }
div.DivClassName
{
background-color: #EC237A;
}
.BgClassName
{
background-color: #EC237A;
}
</style>
border-color css
<style>
span { border-color: #EC237A; }
span { border-color: rgb(236,35,122); }
td.TdClassName
{
border-color: #EC237A;
}
.TagClassName
{
border-color: #EC237A;
}
</style>