Shades of Deep Cerise #EC2677
Tints of Deep Cerise #EC2677
RGB
CMYK
RGB Variations
Color information
#EC2677 (or 0xEC2677) is known color: Deep Cerise. HEX triplet: EC, 26 and 77. RGB value is (236,38,119). Sum of RGB (Red+Green+Blue) = 236+38+119=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2677 is #13D988. Grayscale: #6A6A6A. Windows color (decimal): -1300873 or 7808748. OLE color: 7808748.
HSL color Cylindrical-coordinate representation of color #EC2677: hue angle of 335.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2677 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 119 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.07 |
| HSL | 335.45º | 0.84% | 0.54% | - |
| HSV(B) | 335.45º | 0.84% | 0.93% | - |
| XYZ | 38.61 | 20.55 | 19.38 | - |
| YUV | 106.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 119 | 0 | 0.84 | 0.50 | 0.07 | 335.45 | 0.84 | 0.54 |
| Hex | EC | 26 | 77 | 0 | 54 | 32 | 7 | 14F | 54 | 36 |
| Octal | 354 | 46 | 167 | 0 | 124 | 62 | 7 | 517 | 124 | 66 |
| Binary | 11101100 | 100110 | 1110111 | 0 | 1010100 | 110010 | 111 | 101001111 | 1010100 | 110110 |
Color Harmonies of #EC2677
Complementary color
Monochromatic Colors of #EC2677
Black with #EC2677
Text Example
Text Example
White with #EC2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2677; }
p { color: rgb(236,38,119); }
H1.HeaderClassName
{
color: #EC2677;
}
.AnyTagClassName
{
color: #EC2677;
}
</style>
background-color css
<style>
a { background-color: #EC2677; }
a { background-color: rgb(236,38,119); }
div.DivClassName
{
background-color: #EC2677;
}
.BgClassName
{
background-color: #EC2677;
}
</style>
border-color css
<style>
span { border-color: #EC2677; }
span { border-color: rgb(236,38,119); }
td.TdClassName
{
border-color: #EC2677;
}
.TagClassName
{
border-color: #EC2677;
}
</style>