Shades of Deep Cerise #EC347E
Tints of Deep Cerise #EC347E
RGB
CMYK
RGB Variations
Color information
#EC347E (or 0xEC347E) is known color: Deep Cerise. HEX triplet: EC, 34 and 7E. RGB value is (236,52,126). Sum of RGB (Red+Green+Blue) = 236+52+126=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC347E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC347E is #13CB81. Grayscale: #737373. Windows color (decimal): -1297282 or 8271084. OLE color: 8271084.
HSL color Cylindrical-coordinate representation of color #EC347E: hue angle of 335.87º 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 #EC347E is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 126 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.07 |
| HSL | 335.87º | 0.83% | 0.56% | - |
| HSV(B) | 335.87º | 0.78% | 0.93% | - |
| XYZ | 39.59 | 21.8 | 21.86 | - |
| YUV | 115.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 126 | 0 | 0.78 | 0.47 | 0.07 | 335.87 | 0.83 | 0.56 |
| Hex | EC | 34 | 7E | 0 | 4E | 2F | 7 | 150 | 53 | 38 |
| Octal | 354 | 64 | 176 | 0 | 116 | 57 | 7 | 520 | 123 | 70 |
| Binary | 11101100 | 110100 | 1111110 | 0 | 1001110 | 101111 | 111 | 101010000 | 1010011 | 111000 |
Color Harmonies of #EC347E
Complementary color
Monochromatic Colors of #EC347E
Black with #EC347E
Text Example
Text Example
White with #EC347E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC347E; }
p { color: rgb(236,52,126); }
H1.HeaderClassName
{
color: #EC347E;
}
.AnyTagClassName
{
color: #EC347E;
}
</style>
background-color css
<style>
a { background-color: #EC347E; }
a { background-color: rgb(236,52,126); }
div.DivClassName
{
background-color: #EC347E;
}
.BgClassName
{
background-color: #EC347E;
}
</style>
border-color css
<style>
span { border-color: #EC347E; }
span { border-color: rgb(236,52,126); }
td.TdClassName
{
border-color: #EC347E;
}
.TagClassName
{
border-color: #EC347E;
}
</style>