Shades of Deep Cerise #EC267A
Tints of Deep Cerise #EC267A
RGB
CMYK
RGB Variations
Color information
#EC267A (or 0xEC267A) is known color: Deep Cerise. HEX triplet: EC, 26 and 7A. RGB value is (236,38,122). Sum of RGB (Red+Green+Blue) = 236+38+122=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC267A is #13D985. Grayscale: #6A6A6A. Windows color (decimal): -1300870 or 8005356. OLE color: 8005356.
HSL color Cylindrical-coordinate representation of color #EC267A: hue angle of 334.55º 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 #EC267A is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 122 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.07 |
| HSL | 334.55º | 0.84% | 0.54% | - |
| HSV(B) | 334.55º | 0.84% | 0.93% | - |
| XYZ | 38.8 | 20.62 | 20.35 | - |
| YUV | 106.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 122 | 0 | 0.84 | 0.48 | 0.07 | 334.55 | 0.84 | 0.54 |
| Hex | EC | 26 | 7A | 0 | 54 | 30 | 7 | 14F | 54 | 36 |
| Octal | 354 | 46 | 172 | 0 | 124 | 60 | 7 | 517 | 124 | 66 |
| Binary | 11101100 | 100110 | 1111010 | 0 | 1010100 | 110000 | 111 | 101001111 | 1010100 | 110110 |
Color Harmonies of #EC267A
Complementary color
Monochromatic Colors of #EC267A
Black with #EC267A
Text Example
Text Example
White with #EC267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC267A; }
p { color: rgb(236,38,122); }
H1.HeaderClassName
{
color: #EC267A;
}
.AnyTagClassName
{
color: #EC267A;
}
</style>
background-color css
<style>
a { background-color: #EC267A; }
a { background-color: rgb(236,38,122); }
div.DivClassName
{
background-color: #EC267A;
}
.BgClassName
{
background-color: #EC267A;
}
</style>
border-color css
<style>
span { border-color: #EC267A; }
span { border-color: rgb(236,38,122); }
td.TdClassName
{
border-color: #EC267A;
}
.TagClassName
{
border-color: #EC267A;
}
</style>