Shades of Deep Cerise #EC267D
Tints of Deep Cerise #EC267D
RGB
CMYK
RGB Variations
Color information
#EC267D (or 0xEC267D) is known color: Deep Cerise. HEX triplet: EC, 26 and 7D. RGB value is (236,38,125). Sum of RGB (Red+Green+Blue) = 236+38+125=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC267D is #13D982. Grayscale: #6A6A6A. Windows color (decimal): -1300867 or 8201964. OLE color: 8201964.
HSL color Cylindrical-coordinate representation of color #EC267D: hue angle of 333.64º 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 #EC267D is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 125 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.07 |
| HSL | 333.64º | 0.84% | 0.54% | - |
| HSV(B) | 333.64º | 0.84% | 0.93% | - |
| XYZ | 38.99 | 20.7 | 21.34 | - |
| YUV | 107.12 | 138.1 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 125 | 0 | 0.84 | 0.47 | 0.07 | 333.64 | 0.84 | 0.54 |
| Hex | EC | 26 | 7D | 0 | 54 | 2F | 7 | 14E | 54 | 36 |
| Octal | 354 | 46 | 175 | 0 | 124 | 57 | 7 | 516 | 124 | 66 |
| Binary | 11101100 | 100110 | 1111101 | 0 | 1010100 | 101111 | 111 | 101001110 | 1010100 | 110110 |
Color Harmonies of #EC267D
Complementary color
Monochromatic Colors of #EC267D
Black with #EC267D
Text Example
Text Example
White with #EC267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC267D; }
p { color: rgb(236,38,125); }
H1.HeaderClassName
{
color: #EC267D;
}
.AnyTagClassName
{
color: #EC267D;
}
</style>
background-color css
<style>
a { background-color: #EC267D; }
a { background-color: rgb(236,38,125); }
div.DivClassName
{
background-color: #EC267D;
}
.BgClassName
{
background-color: #EC267D;
}
</style>
border-color css
<style>
span { border-color: #EC267D; }
span { border-color: rgb(236,38,125); }
td.TdClassName
{
border-color: #EC267D;
}
.TagClassName
{
border-color: #EC267D;
}
</style>