Shades of Deep Cerise #E1267A
Tints of Deep Cerise #E1267A
RGB
CMYK
RGB Variations
Color information
#E1267A (or 0xE1267A) is known color: Deep Cerise. HEX triplet: E1, 26 and 7A. RGB value is (225,38,122). Sum of RGB (Red+Green+Blue) = 225+38+122=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1267A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1267A is #1ED985. Grayscale: #676767. Windows color (decimal): -2021766 or 8005345. OLE color: 8005345.
HSL color Cylindrical-coordinate representation of color #E1267A: hue angle of 333.05º 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 #E1267A is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 122 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.12 |
| HSL | 333.05º | 0.76% | 0.52% | - |
| HSV(B) | 333.05º | 0.83% | 0.88% | - |
| XYZ | 35.26 | 18.8 | 20.18 | - |
| YUV | 103.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 122 | 0 | 0.83 | 0.46 | 0.12 | 333.05 | 0.76 | 0.52 |
| Hex | E1 | 26 | 7A | 0 | 53 | 2E | C | 14D | 4C | 34 |
| Octal | 341 | 46 | 172 | 0 | 123 | 56 | 14 | 515 | 114 | 64 |
| Binary | 11100001 | 100110 | 1111010 | 0 | 1010011 | 101110 | 1100 | 101001101 | 1001100 | 110100 |
Color Harmonies of #E1267A
Complementary color
Monochromatic Colors of #E1267A
Black with #E1267A
Text Example
Text Example
White with #E1267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1267A; }
p { color: rgb(225,38,122); }
H1.HeaderClassName
{
color: #E1267A;
}
.AnyTagClassName
{
color: #E1267A;
}
</style>
background-color css
<style>
a { background-color: #E1267A; }
a { background-color: rgb(225,38,122); }
div.DivClassName
{
background-color: #E1267A;
}
.BgClassName
{
background-color: #E1267A;
}
</style>
border-color css
<style>
span { border-color: #E1267A; }
span { border-color: rgb(225,38,122); }
td.TdClassName
{
border-color: #E1267A;
}
.TagClassName
{
border-color: #E1267A;
}
</style>