Shades of Deep Cerise #E1267D
Tints of Deep Cerise #E1267D
RGB
CMYK
RGB Variations
Color information
#E1267D (or 0xE1267D) is known color: Deep Cerise. HEX triplet: E1, 26 and 7D. RGB value is (225,38,125). Sum of RGB (Red+Green+Blue) = 225+38+125=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1267D is #1ED982. Grayscale: #676767. Windows color (decimal): -2021763 or 8201953. OLE color: 8201953.
HSL color Cylindrical-coordinate representation of color #E1267D: hue angle of 332.09º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1267D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 125 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.12 |
| HSL | 332.09º | 0.76% | 0.52% | - |
| HSV(B) | 332.09º | 0.83% | 0.88% | - |
| XYZ | 35.45 | 18.87 | 21.18 | - |
| YUV | 103.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 125 | 0 | 0.83 | 0.44 | 0.12 | 332.09 | 0.76 | 0.52 |
| Hex | E1 | 26 | 7D | 0 | 53 | 2C | C | 14C | 4C | 34 |
| Octal | 341 | 46 | 175 | 0 | 123 | 54 | 14 | 514 | 114 | 64 |
| Binary | 11100001 | 100110 | 1111101 | 0 | 1010011 | 101100 | 1100 | 101001100 | 1001100 | 110100 |
Color Harmonies of #E1267D
Complementary color
Monochromatic Colors of #E1267D
Black with #E1267D
Text Example
Text Example
White with #E1267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1267D; }
p { color: rgb(225,38,125); }
H1.HeaderClassName
{
color: #E1267D;
}
.AnyTagClassName
{
color: #E1267D;
}
</style>
background-color css
<style>
a { background-color: #E1267D; }
a { background-color: rgb(225,38,125); }
div.DivClassName
{
background-color: #E1267D;
}
.BgClassName
{
background-color: #E1267D;
}
</style>
border-color css
<style>
span { border-color: #E1267D; }
span { border-color: rgb(225,38,125); }
td.TdClassName
{
border-color: #E1267D;
}
.TagClassName
{
border-color: #E1267D;
}
</style>