Shades of Deep Cerise #EC348F
Tints of Deep Cerise #EC348F
RGB
CMYK
RGB Variations
Color information
#EC348F (or 0xEC348F) is known color: Deep Cerise. HEX triplet: EC, 34 and 8F. RGB value is (236,52,143). Sum of RGB (Red+Green+Blue) = 236+52+143=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348F is #13CB70. Grayscale: #757575. Windows color (decimal): -1297265 or 9385196. OLE color: 9385196.
HSL color Cylindrical-coordinate representation of color #EC348F: hue angle of 330.33º 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 #EC348F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 143 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.07 |
| HSL | 330.33º | 0.83% | 0.56% | - |
| HSV(B) | 330.33º | 0.78% | 0.93% | - |
| XYZ | 40.78 | 22.27 | 28.14 | - |
| YUV | 117.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 143 | 0 | 0.78 | 0.39 | 0.07 | 330.33 | 0.83 | 0.56 |
| Hex | EC | 34 | 8F | 0 | 4E | 27 | 7 | 14A | 53 | 38 |
| Octal | 354 | 64 | 217 | 0 | 116 | 47 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110100 | 10001111 | 0 | 1001110 | 100111 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC348F
Complementary color
Monochromatic Colors of #EC348F
Black with #EC348F
Text Example
Text Example
White with #EC348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC348F; }
p { color: rgb(236,52,143); }
H1.HeaderClassName
{
color: #EC348F;
}
.AnyTagClassName
{
color: #EC348F;
}
</style>
background-color css
<style>
a { background-color: #EC348F; }
a { background-color: rgb(236,52,143); }
div.DivClassName
{
background-color: #EC348F;
}
.BgClassName
{
background-color: #EC348F;
}
</style>
border-color css
<style>
span { border-color: #EC348F; }
span { border-color: rgb(236,52,143); }
td.TdClassName
{
border-color: #EC348F;
}
.TagClassName
{
border-color: #EC348F;
}
</style>