Shades of Deep Cerise #EC358A
Tints of Deep Cerise #EC358A
RGB
CMYK
RGB Variations
Color information
#EC358A (or 0xEC358A) is known color: Deep Cerise. HEX triplet: EC, 35 and 8A. RGB value is (236,53,138). Sum of RGB (Red+Green+Blue) = 236+53+138=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC358A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC358A is #13CA75. Grayscale: #757575. Windows color (decimal): -1297014 or 9057772. OLE color: 9057772.
HSL color Cylindrical-coordinate representation of color #EC358A: hue angle of 332.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC358A is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 138 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.07 |
| HSL | 332.13º | 0.83% | 0.57% | - |
| HSV(B) | 332.13º | 0.78% | 0.93% | - |
| XYZ | 40.45 | 22.21 | 26.2 | - |
| YUV | 117.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 138 | 0 | 0.78 | 0.42 | 0.07 | 332.13 | 0.83 | 0.57 |
| Hex | EC | 35 | 8A | 0 | 4E | 2A | 7 | 14C | 53 | 39 |
| Octal | 354 | 65 | 212 | 0 | 116 | 52 | 7 | 514 | 123 | 71 |
| Binary | 11101100 | 110101 | 10001010 | 0 | 1001110 | 101010 | 111 | 101001100 | 1010011 | 111001 |
Color Harmonies of #EC358A
Complementary color
Monochromatic Colors of #EC358A
Black with #EC358A
Text Example
Text Example
White with #EC358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC358A; }
p { color: rgb(236,53,138); }
H1.HeaderClassName
{
color: #EC358A;
}
.AnyTagClassName
{
color: #EC358A;
}
</style>
background-color css
<style>
a { background-color: #EC358A; }
a { background-color: rgb(236,53,138); }
div.DivClassName
{
background-color: #EC358A;
}
.BgClassName
{
background-color: #EC358A;
}
</style>
border-color css
<style>
span { border-color: #EC358A; }
span { border-color: rgb(236,53,138); }
td.TdClassName
{
border-color: #EC358A;
}
.TagClassName
{
border-color: #EC358A;
}
</style>