Shades of Deep Cerise #EC347B
Tints of Deep Cerise #EC347B
RGB
CMYK
RGB Variations
Color information
#EC347B (or 0xEC347B) is known color: Deep Cerise. HEX triplet: EC, 34 and 7B. RGB value is (236,52,123). Sum of RGB (Red+Green+Blue) = 236+52+123=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC347B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC347B is #13CB84. Grayscale: #737373. Windows color (decimal): -1297285 or 8074476. OLE color: 8074476.
HSL color Cylindrical-coordinate representation of color #EC347B: hue angle of 336.85º 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 #EC347B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 123 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.07 |
| HSL | 336.85º | 0.83% | 0.56% | - |
| HSV(B) | 336.85º | 0.78% | 0.93% | - |
| XYZ | 39.4 | 21.72 | 20.85 | - |
| YUV | 115.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 123 | 0 | 0.78 | 0.48 | 0.07 | 336.85 | 0.83 | 0.56 |
| Hex | EC | 34 | 7B | 0 | 4E | 30 | 7 | 151 | 53 | 38 |
| Octal | 354 | 64 | 173 | 0 | 116 | 60 | 7 | 521 | 123 | 70 |
| Binary | 11101100 | 110100 | 1111011 | 0 | 1001110 | 110000 | 111 | 101010001 | 1010011 | 111000 |
Color Harmonies of #EC347B
Complementary color
Monochromatic Colors of #EC347B
Black with #EC347B
Text Example
Text Example
White with #EC347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC347B; }
p { color: rgb(236,52,123); }
H1.HeaderClassName
{
color: #EC347B;
}
.AnyTagClassName
{
color: #EC347B;
}
</style>
background-color css
<style>
a { background-color: #EC347B; }
a { background-color: rgb(236,52,123); }
div.DivClassName
{
background-color: #EC347B;
}
.BgClassName
{
background-color: #EC347B;
}
</style>
border-color css
<style>
span { border-color: #EC347B; }
span { border-color: rgb(236,52,123); }
td.TdClassName
{
border-color: #EC347B;
}
.TagClassName
{
border-color: #EC347B;
}
</style>