Shades of Deep Cerise #EC348B
Tints of Deep Cerise #EC348B
RGB
CMYK
RGB Variations
Color information
#EC348B (or 0xEC348B) is known color: Deep Cerise. HEX triplet: EC, 34 and 8B. RGB value is (236,52,139). Sum of RGB (Red+Green+Blue) = 236+52+139=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC348B is #13CB74. Grayscale: #747474. Windows color (decimal): -1297269 or 9123052. OLE color: 9123052.
HSL color Cylindrical-coordinate representation of color #EC348B: hue angle of 331.63º 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 #EC348B is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 52 | 139 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.07 |
| HSL | 331.63º | 0.83% | 0.56% | - |
| HSV(B) | 331.63º | 0.78% | 0.93% | - |
| XYZ | 40.48 | 22.15 | 26.57 | - |
| YUV | 116.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 52 | 139 | 0 | 0.78 | 0.41 | 0.07 | 331.63 | 0.83 | 0.56 |
| Hex | EC | 34 | 8B | 0 | 4E | 29 | 7 | 14C | 53 | 38 |
| Octal | 354 | 64 | 213 | 0 | 116 | 51 | 7 | 514 | 123 | 70 |
| Binary | 11101100 | 110100 | 10001011 | 0 | 1001110 | 101001 | 111 | 101001100 | 1010011 | 111000 |
Color Harmonies of #EC348B
Complementary color
Monochromatic Colors of #EC348B
Black with #EC348B
Text Example
Text Example
White with #EC348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC348B; }
p { color: rgb(236,52,139); }
H1.HeaderClassName
{
color: #EC348B;
}
.AnyTagClassName
{
color: #EC348B;
}
</style>
background-color css
<style>
a { background-color: #EC348B; }
a { background-color: rgb(236,52,139); }
div.DivClassName
{
background-color: #EC348B;
}
.BgClassName
{
background-color: #EC348B;
}
</style>
border-color css
<style>
span { border-color: #EC348B; }
span { border-color: rgb(236,52,139); }
td.TdClassName
{
border-color: #EC348B;
}
.TagClassName
{
border-color: #EC348B;
}
</style>