Shades of Deep Cerise #EC347A
Tints of Deep Cerise #EC347A
RGB
CMYK
RGB Variations
Color information
#EC347A (or 0xEC347A) is known color: Deep Cerise. HEX triplet: EC, 34 and 7A. RGB value is (236,52,122). Sum of RGB (Red+Green+Blue) = 236+52+122=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC347A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC347A is #13CB85. Grayscale: #727272. Windows color (decimal): -1297286 or 8008940. OLE color: 8008940.
HSL color Cylindrical-coordinate representation of color #EC347A: hue angle of 337.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC347A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 122 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.07 |
| HSL | 337.17º | 0.83% | 0.56% | - |
| HSV(B) | 337.17º | 0.78% | 0.93% | - |
| XYZ | 39.33 | 21.69 | 20.53 | - |
| YUV | 115 | 131.96 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 122 | 0 | 0.78 | 0.48 | 0.07 | 337.17 | 0.83 | 0.56 |
| Hex | EC | 34 | 7A | 0 | 4E | 30 | 7 | 151 | 53 | 38 |
| Octal | 354 | 64 | 172 | 0 | 116 | 60 | 7 | 521 | 123 | 70 |
| Binary | 11101100 | 110100 | 1111010 | 0 | 1001110 | 110000 | 111 | 101010001 | 1010011 | 111000 |
Color Harmonies of #EC347A
Complementary color
Monochromatic Colors of #EC347A
Black with #EC347A
Text Example
Text Example
White with #EC347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC347A; }
p { color: rgb(236,52,122); }
H1.HeaderClassName
{
color: #EC347A;
}
.AnyTagClassName
{
color: #EC347A;
}
</style>
background-color css
<style>
a { background-color: #EC347A; }
a { background-color: rgb(236,52,122); }
div.DivClassName
{
background-color: #EC347A;
}
.BgClassName
{
background-color: #EC347A;
}
</style>
border-color css
<style>
span { border-color: #EC347A; }
span { border-color: rgb(236,52,122); }
td.TdClassName
{
border-color: #EC347A;
}
.TagClassName
{
border-color: #EC347A;
}
</style>