Shades of Deep Cerise #EC3381
Tints of Deep Cerise #EC3381
RGB
CMYK
RGB Variations
Color information
#EC3381 (or 0xEC3381) is known color: Deep Cerise. HEX triplet: EC, 33 and 81. RGB value is (236,51,129). Sum of RGB (Red+Green+Blue) = 236+51+129=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3381 is #13CC7E. Grayscale: #737373. Windows color (decimal): -1297535 or 8467436. OLE color: 8467436.
HSL color Cylindrical-coordinate representation of color #EC3381: hue angle of 334.7º 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 #EC3381 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 129 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.07 |
| HSL | 334.7º | 0.83% | 0.56% | - |
| HSV(B) | 334.7º | 0.78% | 0.93% | - |
| XYZ | 39.74 | 21.79 | 22.88 | - |
| YUV | 115.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 129 | 0 | 0.78 | 0.45 | 0.07 | 334.7 | 0.83 | 0.56 |
| Hex | EC | 33 | 81 | 0 | 4E | 2D | 7 | 14F | 53 | 38 |
| Octal | 354 | 63 | 201 | 0 | 116 | 55 | 7 | 517 | 123 | 70 |
| Binary | 11101100 | 110011 | 10000001 | 0 | 1001110 | 101101 | 111 | 101001111 | 1010011 | 111000 |
Color Harmonies of #EC3381
Complementary color
Monochromatic Colors of #EC3381
Black with #EC3381
Text Example
Text Example
White with #EC3381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3381; }
p { color: rgb(236,51,129); }
H1.HeaderClassName
{
color: #EC3381;
}
.AnyTagClassName
{
color: #EC3381;
}
</style>
background-color css
<style>
a { background-color: #EC3381; }
a { background-color: rgb(236,51,129); }
div.DivClassName
{
background-color: #EC3381;
}
.BgClassName
{
background-color: #EC3381;
}
</style>
border-color css
<style>
span { border-color: #EC3381; }
span { border-color: rgb(236,51,129); }
td.TdClassName
{
border-color: #EC3381;
}
.TagClassName
{
border-color: #EC3381;
}
</style>