Shades of Cerise #E1326C
Tints of Cerise #E1326C
RGB
CMYK
RGB Variations
Color information
#E1326C (or 0xE1326C) is known color: Cerise. HEX triplet: E1, 32 and 6C. RGB value is (225,50,108). Sum of RGB (Red+Green+Blue) = 225+50+108=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1326C is #1ECD93. Grayscale: #6C6C6C. Windows color (decimal): -2018708 or 7090913. OLE color: 7090913.
HSL color Cylindrical-coordinate representation of color #E1326C: hue angle of 340.11º 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 #E1326C is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 108 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.12 |
| HSL | 340.11º | 0.74% | 0.54% | - |
| HSV(B) | 340.11º | 0.78% | 0.88% | - |
| XYZ | 34.9 | 19.37 | 16.09 | - |
| YUV | 108.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 108 | 0 | 0.78 | 0.52 | 0.12 | 340.11 | 0.74 | 0.54 |
| Hex | E1 | 32 | 6C | 0 | 4E | 34 | C | 154 | 4A | 36 |
| Octal | 341 | 62 | 154 | 0 | 116 | 64 | 14 | 524 | 112 | 66 |
| Binary | 11100001 | 110010 | 1101100 | 0 | 1001110 | 110100 | 1100 | 101010100 | 1001010 | 110110 |
Color Harmonies of #E1326C
Complementary color
Monochromatic Colors of #E1326C
Black with #E1326C
Text Example
Text Example
White with #E1326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1326C; }
p { color: rgb(225,50,108); }
H1.HeaderClassName
{
color: #E1326C;
}
.AnyTagClassName
{
color: #E1326C;
}
</style>
background-color css
<style>
a { background-color: #E1326C; }
a { background-color: rgb(225,50,108); }
div.DivClassName
{
background-color: #E1326C;
}
.BgClassName
{
background-color: #E1326C;
}
</style>
border-color css
<style>
span { border-color: #E1326C; }
span { border-color: rgb(225,50,108); }
td.TdClassName
{
border-color: #E1326C;
}
.TagClassName
{
border-color: #E1326C;
}
</style>