Shades of Deep Cerise #E1269A
Tints of Deep Cerise #E1269A
RGB
CMYK
RGB Variations
Color information
#E1269A (or 0xE1269A) is known color: Deep Cerise. HEX triplet: E1, 26 and 9A. RGB value is (225,38,154). Sum of RGB (Red+Green+Blue) = 225+38+154=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1269A is #1ED965. Grayscale: #6A6A6A. Windows color (decimal): -2021734 or 10102497. OLE color: 10102497.
HSL color Cylindrical-coordinate representation of color #E1269A: hue angle of 322.78º 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 #E1269A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 154 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.12 |
| HSL | 322.78º | 0.76% | 0.52% | - |
| HSV(B) | 322.78º | 0.83% | 0.88% | - |
| XYZ | 37.58 | 19.73 | 32.4 | - |
| YUV | 107.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 154 | 0 | 0.83 | 0.32 | 0.12 | 322.78 | 0.76 | 0.52 |
| Hex | E1 | 26 | 9A | 0 | 53 | 20 | C | 143 | 4C | 34 |
| Octal | 341 | 46 | 232 | 0 | 123 | 40 | 14 | 503 | 114 | 64 |
| Binary | 11100001 | 100110 | 10011010 | 0 | 1010011 | 100000 | 1100 | 101000011 | 1001100 | 110100 |
Color Harmonies of #E1269A
Complementary color
Monochromatic Colors of #E1269A
Black with #E1269A
Text Example
Text Example
White with #E1269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1269A; }
p { color: rgb(225,38,154); }
H1.HeaderClassName
{
color: #E1269A;
}
.AnyTagClassName
{
color: #E1269A;
}
</style>
background-color css
<style>
a { background-color: #E1269A; }
a { background-color: rgb(225,38,154); }
div.DivClassName
{
background-color: #E1269A;
}
.BgClassName
{
background-color: #E1269A;
}
</style>
border-color css
<style>
span { border-color: #E1269A; }
span { border-color: rgb(225,38,154); }
td.TdClassName
{
border-color: #E1269A;
}
.TagClassName
{
border-color: #E1269A;
}
</style>