Shades of Deep Cerise #EC338E
Tints of Deep Cerise #EC338E
RGB
CMYK
RGB Variations
Color information
#EC338E (or 0xEC338E) is known color: Deep Cerise. HEX triplet: EC, 33 and 8E. RGB value is (236,51,142). Sum of RGB (Red+Green+Blue) = 236+51+142=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC338E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC338E is #13CC71. Grayscale: #747474. Windows color (decimal): -1297522 or 9319404. OLE color: 9319404.
HSL color Cylindrical-coordinate representation of color #EC338E: hue angle of 330.49º 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 #EC338E is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 142 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.07 |
| HSL | 330.49º | 0.83% | 0.56% | - |
| HSV(B) | 330.49º | 0.78% | 0.93% | - |
| XYZ | 40.66 | 22.15 | 27.72 | - |
| YUV | 116.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 142 | 0 | 0.78 | 0.40 | 0.07 | 330.49 | 0.83 | 0.56 |
| Hex | EC | 33 | 8E | 0 | 4E | 28 | 7 | 14A | 53 | 38 |
| Octal | 354 | 63 | 216 | 0 | 116 | 50 | 7 | 512 | 123 | 70 |
| Binary | 11101100 | 110011 | 10001110 | 0 | 1001110 | 101000 | 111 | 101001010 | 1010011 | 111000 |
Color Harmonies of #EC338E
Complementary color
Monochromatic Colors of #EC338E
Black with #EC338E
Text Example
Text Example
White with #EC338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC338E; }
p { color: rgb(236,51,142); }
H1.HeaderClassName
{
color: #EC338E;
}
.AnyTagClassName
{
color: #EC338E;
}
</style>
background-color css
<style>
a { background-color: #EC338E; }
a { background-color: rgb(236,51,142); }
div.DivClassName
{
background-color: #EC338E;
}
.BgClassName
{
background-color: #EC338E;
}
</style>
border-color css
<style>
span { border-color: #EC338E; }
span { border-color: rgb(236,51,142); }
td.TdClassName
{
border-color: #EC338E;
}
.TagClassName
{
border-color: #EC338E;
}
</style>