Shades of Cerise #E1426B
Tints of Cerise #E1426B
RGB
CMYK
RGB Variations
Color information
#E1426B (or 0xE1426B) is known color: Cerise. HEX triplet: E1, 42 and 6B. RGB value is (225,66,107). Sum of RGB (Red+Green+Blue) = 225+66+107=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1426B is #1EBD94. Grayscale: #767676. Windows color (decimal): -2014613 or 7029473. OLE color: 7029473.
HSL color Cylindrical-coordinate representation of color #E1426B: hue angle of 344.53º 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 #E1426B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 107 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.12 |
| HSL | 344.53º | 0.73% | 0.57% | - |
| HSV(B) | 344.53º | 0.71% | 0.88% | - |
| XYZ | 35.65 | 20.97 | 16.08 | - |
| YUV | 118.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 107 | 0 | 0.71 | 0.52 | 0.12 | 344.53 | 0.73 | 0.57 |
| Hex | E1 | 42 | 6B | 0 | 47 | 34 | C | 159 | 49 | 39 |
| Octal | 341 | 102 | 153 | 0 | 107 | 64 | 14 | 531 | 111 | 71 |
| Binary | 11100001 | 1000010 | 1101011 | 0 | 1000111 | 110100 | 1100 | 101011001 | 1001001 | 111001 |
Color Harmonies of #E1426B
Complementary color
Monochromatic Colors of #E1426B
Black with #E1426B
Text Example
Text Example
White with #E1426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1426B; }
p { color: rgb(225,66,107); }
H1.HeaderClassName
{
color: #E1426B;
}
.AnyTagClassName
{
color: #E1426B;
}
</style>
background-color css
<style>
a { background-color: #E1426B; }
a { background-color: rgb(225,66,107); }
div.DivClassName
{
background-color: #E1426B;
}
.BgClassName
{
background-color: #E1426B;
}
</style>
border-color css
<style>
span { border-color: #E1426B; }
span { border-color: rgb(225,66,107); }
td.TdClassName
{
border-color: #E1426B;
}
.TagClassName
{
border-color: #E1426B;
}
</style>