Shades of Deep Cerise #EC338F
Tints of Deep Cerise #EC338F
RGB
CMYK
RGB Variations
Color information
#EC338F (or 0xEC338F) is known color: Deep Cerise. HEX triplet: EC, 33 and 8F. RGB value is (236,51,143). Sum of RGB (Red+Green+Blue) = 236+51+143=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC338F is #13CC70. Grayscale: #747474. Windows color (decimal): -1297521 or 9384940. OLE color: 9384940.
HSL color Cylindrical-coordinate representation of color #EC338F: hue angle of 330.16º 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 #EC338F is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 143 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.07 |
| HSL | 330.16º | 0.83% | 0.56% | - |
| HSV(B) | 330.16º | 0.78% | 0.93% | - |
| XYZ | 40.73 | 22.18 | 28.12 | - |
| YUV | 116.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 143 | 0 | 0.78 | 0.39 | 0.07 | 330.16 | 0.83 | 0.56 |
| Hex | EC | 33 | 8F | 0 | 4E | 27 | 7 | 14A | 53 | 38 |
| Octal | 354 | 63 | 217 | 0 | 116 | 47 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110011 | 10001111 | 0 | 1001110 | 100111 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC338F
Complementary color
Monochromatic Colors of #EC338F
Black with #EC338F
Text Example
Text Example
White with #EC338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC338F; }
p { color: rgb(236,51,143); }
H1.HeaderClassName
{
color: #EC338F;
}
.AnyTagClassName
{
color: #EC338F;
}
</style>
background-color css
<style>
a { background-color: #EC338F; }
a { background-color: rgb(236,51,143); }
div.DivClassName
{
background-color: #EC338F;
}
.BgClassName
{
background-color: #EC338F;
}
</style>
border-color css
<style>
span { border-color: #EC338F; }
span { border-color: rgb(236,51,143); }
td.TdClassName
{
border-color: #EC338F;
}
.TagClassName
{
border-color: #EC338F;
}
</style>