Shades of Deep Cerise #EC357B
Tints of Deep Cerise #EC357B
RGB
CMYK
RGB Variations
Color information
#EC357B (or 0xEC357B) is known color: Deep Cerise. HEX triplet: EC, 35 and 7B. RGB value is (236,53,123). Sum of RGB (Red+Green+Blue) = 236+53+123=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC357B is #13CA84. Grayscale: #737373. Windows color (decimal): -1297029 or 8074732. OLE color: 8074732.
HSL color Cylindrical-coordinate representation of color #EC357B: hue angle of 337.05º degrees, saturation: 0.83, 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 #EC357B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 123 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.07 |
| HSL | 337.05º | 0.83% | 0.57% | - |
| HSV(B) | 337.05º | 0.78% | 0.93% | - |
| XYZ | 39.44 | 21.81 | 20.87 | - |
| YUV | 115.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 123 | 0 | 0.78 | 0.48 | 0.07 | 337.05 | 0.83 | 0.57 |
| Hex | EC | 35 | 7B | 0 | 4E | 30 | 7 | 151 | 53 | 39 |
| Octal | 354 | 65 | 173 | 0 | 116 | 60 | 7 | 521 | 123 | 71 |
| Binary | 11101100 | 110101 | 1111011 | 0 | 1001110 | 110000 | 111 | 101010001 | 1010011 | 111001 |
Color Harmonies of #EC357B
Complementary color
Monochromatic Colors of #EC357B
Black with #EC357B
Text Example
Text Example
White with #EC357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC357B; }
p { color: rgb(236,53,123); }
H1.HeaderClassName
{
color: #EC357B;
}
.AnyTagClassName
{
color: #EC357B;
}
</style>
background-color css
<style>
a { background-color: #EC357B; }
a { background-color: rgb(236,53,123); }
div.DivClassName
{
background-color: #EC357B;
}
.BgClassName
{
background-color: #EC357B;
}
</style>
border-color css
<style>
span { border-color: #EC357B; }
span { border-color: rgb(236,53,123); }
td.TdClassName
{
border-color: #EC357B;
}
.TagClassName
{
border-color: #EC357B;
}
</style>