Shades of Deep Cerise #EC2277
Tints of Deep Cerise #EC2277
RGB
CMYK
RGB Variations
Color information
#EC2277 (or 0xEC2277) is known color: Deep Cerise. HEX triplet: EC, 22 and 77. RGB value is (236,34,119). Sum of RGB (Red+Green+Blue) = 236+34+119=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2277 is #13DD88. Grayscale: #676767. Windows color (decimal): -1301897 or 7807724. OLE color: 7807724.
HSL color Cylindrical-coordinate representation of color #EC2277: hue angle of 334.75º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC2277 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 119 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.07 |
| HSL | 334.75º | 0.84% | 0.53% | - |
| HSV(B) | 334.75º | 0.86% | 0.93% | - |
| XYZ | 38.49 | 20.31 | 19.34 | - |
| YUV | 104.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 119 | 0 | 0.86 | 0.50 | 0.07 | 334.75 | 0.84 | 0.53 |
| Hex | EC | 22 | 77 | 0 | 56 | 32 | 7 | 14F | 54 | 35 |
| Octal | 354 | 42 | 167 | 0 | 126 | 62 | 7 | 517 | 124 | 65 |
| Binary | 11101100 | 100010 | 1110111 | 0 | 1010110 | 110010 | 111 | 101001111 | 1010100 | 110101 |
Color Harmonies of #EC2277
Complementary color
Monochromatic Colors of #EC2277
Black with #EC2277
Text Example
Text Example
White with #EC2277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2277; }
p { color: rgb(236,34,119); }
H1.HeaderClassName
{
color: #EC2277;
}
.AnyTagClassName
{
color: #EC2277;
}
</style>
background-color css
<style>
a { background-color: #EC2277; }
a { background-color: rgb(236,34,119); }
div.DivClassName
{
background-color: #EC2277;
}
.BgClassName
{
background-color: #EC2277;
}
</style>
border-color css
<style>
span { border-color: #EC2277; }
span { border-color: rgb(236,34,119); }
td.TdClassName
{
border-color: #EC2277;
}
.TagClassName
{
border-color: #EC2277;
}
</style>