Shades of Deep Cerise #EC277B
Tints of Deep Cerise #EC277B
RGB
CMYK
RGB Variations
Color information
#EC277B (or 0xEC277B) is known color: Deep Cerise. HEX triplet: EC, 27 and 7B. RGB value is (236,39,123). Sum of RGB (Red+Green+Blue) = 236+39+123=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC277B is #13D884. Grayscale: #6B6B6B. Windows color (decimal): -1300613 or 8071148. OLE color: 8071148.
HSL color Cylindrical-coordinate representation of color #EC277B: hue angle of 334.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC277B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 123 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.07 |
| HSL | 334.42º | 0.84% | 0.54% | - |
| HSV(B) | 334.42º | 0.83% | 0.93% | - |
| XYZ | 38.89 | 20.71 | 20.69 | - |
| YUV | 107.48 | 136.77 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 123 | 0 | 0.83 | 0.48 | 0.07 | 334.42 | 0.84 | 0.54 |
| Hex | EC | 27 | 7B | 0 | 53 | 30 | 7 | 14E | 54 | 36 |
| Octal | 354 | 47 | 173 | 0 | 123 | 60 | 7 | 516 | 124 | 66 |
| Binary | 11101100 | 100111 | 1111011 | 0 | 1010011 | 110000 | 111 | 101001110 | 1010100 | 110110 |
Color Harmonies of #EC277B
Complementary color
Monochromatic Colors of #EC277B
Black with #EC277B
Text Example
Text Example
White with #EC277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC277B; }
p { color: rgb(236,39,123); }
H1.HeaderClassName
{
color: #EC277B;
}
.AnyTagClassName
{
color: #EC277B;
}
</style>
background-color css
<style>
a { background-color: #EC277B; }
a { background-color: rgb(236,39,123); }
div.DivClassName
{
background-color: #EC277B;
}
.BgClassName
{
background-color: #EC277B;
}
</style>
border-color css
<style>
span { border-color: #EC277B; }
span { border-color: rgb(236,39,123); }
td.TdClassName
{
border-color: #EC277B;
}
.TagClassName
{
border-color: #EC277B;
}
</style>