Shades of Cerise #E1256A
Tints of Cerise #E1256A
RGB
CMYK
RGB Variations
Color information
#E1256A (or 0xE1256A) is known color: Cerise. HEX triplet: E1, 25 and 6A. RGB value is (225,37,106). Sum of RGB (Red+Green+Blue) = 225+37+106=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1256A is #1EDA95. Grayscale: #646464. Windows color (decimal): -2022038 or 6956513. OLE color: 6956513.
HSL color Cylindrical-coordinate representation of color #E1256A: hue angle of 337.98º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1256A is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 106 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.12 |
| HSL | 337.98º | 0.76% | 0.51% | - |
| HSV(B) | 337.98º | 0.84% | 0.88% | - |
| XYZ | 34.31 | 18.37 | 15.37 | - |
| YUV | 101.08 | 130.78 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 106 | 0 | 0.84 | 0.53 | 0.12 | 337.98 | 0.76 | 0.51 |
| Hex | E1 | 25 | 6A | 0 | 54 | 35 | C | 152 | 4C | 33 |
| Octal | 341 | 45 | 152 | 0 | 124 | 65 | 14 | 522 | 114 | 63 |
| Binary | 11100001 | 100101 | 1101010 | 0 | 1010100 | 110101 | 1100 | 101010010 | 1001100 | 110011 |
Color Harmonies of #E1256A
Complementary color
Monochromatic Colors of #E1256A
Black with #E1256A
Text Example
Text Example
White with #E1256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1256A; }
p { color: rgb(225,37,106); }
H1.HeaderClassName
{
color: #E1256A;
}
.AnyTagClassName
{
color: #E1256A;
}
</style>
background-color css
<style>
a { background-color: #E1256A; }
a { background-color: rgb(225,37,106); }
div.DivClassName
{
background-color: #E1256A;
}
.BgClassName
{
background-color: #E1256A;
}
</style>
border-color css
<style>
span { border-color: #E1256A; }
span { border-color: rgb(225,37,106); }
td.TdClassName
{
border-color: #E1256A;
}
.TagClassName
{
border-color: #E1256A;
}
</style>