Shades of Cerise #E1426C
Tints of Cerise #E1426C
RGB
CMYK
RGB Variations
Color information
#E1426C (or 0xE1426C) is known color: Cerise. HEX triplet: E1, 42 and 6C. RGB value is (225,66,108). Sum of RGB (Red+Green+Blue) = 225+66+108=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E1426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1426C is #1EBD93. Grayscale: #767676. Windows color (decimal): -2014612 or 7095009. OLE color: 7095009.
HSL color Cylindrical-coordinate representation of color #E1426C: hue angle of 344.15º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1426C is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 108 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.12 |
| HSL | 344.15º | 0.73% | 0.57% | - |
| HSV(B) | 344.15º | 0.71% | 0.88% | - |
| XYZ | 35.71 | 20.99 | 16.36 | - |
| YUV | 118.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 108 | 0 | 0.71 | 0.52 | 0.12 | 344.15 | 0.73 | 0.57 |
| Hex | E1 | 42 | 6C | 0 | 47 | 34 | C | 158 | 49 | 39 |
| Octal | 341 | 102 | 154 | 0 | 107 | 64 | 14 | 530 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1101100 | 0 | 1000111 | 110100 | 1100 | 101011000 | 1001001 | 111001 |
Color Harmonies of #E1426C
Complementary color
Monochromatic Colors of #E1426C
Black with #E1426C
Text Example
Text Example
White with #E1426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1426C; }
p { color: rgb(225,66,108); }
H1.HeaderClassName
{
color: #E1426C;
}
.AnyTagClassName
{
color: #E1426C;
}
</style>
background-color css
<style>
a { background-color: #E1426C; }
a { background-color: rgb(225,66,108); }
div.DivClassName
{
background-color: #E1426C;
}
.BgClassName
{
background-color: #E1426C;
}
</style>
border-color css
<style>
span { border-color: #E1426C; }
span { border-color: rgb(225,66,108); }
td.TdClassName
{
border-color: #E1426C;
}
.TagClassName
{
border-color: #E1426C;
}
</style>