Shades of Cerise #E1326B
Tints of Cerise #E1326B
RGB
CMYK
RGB Variations
Color information
#E1326B (or 0xE1326B) is known color: Cerise. HEX triplet: E1, 32 and 6B. RGB value is (225,50,107). Sum of RGB (Red+Green+Blue) = 225+50+107=382 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.90% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 225 - color contains mainly: red. Hex color #E1326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1326B is #1ECD94. Grayscale: #6C6C6C. Windows color (decimal): -2018709 or 7025377. OLE color: 7025377.
HSL color Cylindrical-coordinate representation of color #E1326B: hue angle of 340.46º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1326B is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 107 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.12 |
| HSL | 340.46º | 0.74% | 0.54% | - |
| HSV(B) | 340.46º | 0.78% | 0.88% | - |
| XYZ | 34.85 | 19.35 | 15.81 | - |
| YUV | 108.82 | 126.98 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 107 | 0 | 0.78 | 0.52 | 0.12 | 340.46 | 0.74 | 0.54 |
| Hex | E1 | 32 | 6B | 0 | 4E | 34 | C | 154 | 4A | 36 |
| Octal | 341 | 62 | 153 | 0 | 116 | 64 | 14 | 524 | 112 | 66 |
| Binary | 11100001 | 110010 | 1101011 | 0 | 1001110 | 110100 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E1326B
Complementary color
Monochromatic Colors of #E1326B
Black with #E1326B
Text Example
Text Example
White with #E1326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1326B; }
p { color: rgb(225,50,107); }
H1.HeaderClassName
{
color: #E1326B;
}
.AnyTagClassName
{
color: #E1326B;
}
</style>
background-color css
<style>
a { background-color: #E1326B; }
a { background-color: rgb(225,50,107); }
div.DivClassName
{
background-color: #E1326B;
}
.BgClassName
{
background-color: #E1326B;
}
</style>
border-color css
<style>
span { border-color: #E1326B; }
span { border-color: rgb(225,50,107); }
td.TdClassName
{
border-color: #E1326B;
}
.TagClassName
{
border-color: #E1326B;
}
</style>