Shades of Cerise #E1285C
Tints of Cerise #E1285C
RGB
CMYK
RGB Variations
Color information
#E1285C (or 0xE1285C) is known color: Cerise. HEX triplet: E1, 28 and 5C. RGB value is (225,40,92). Sum of RGB (Red+Green+Blue) = 225+40+92=357 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.03% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 225 - color contains mainly: red. Hex color #E1285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1285C is #1ED7A3. Grayscale: #656565. Windows color (decimal): -2021284 or 6039777. OLE color: 6039777.
HSL color Cylindrical-coordinate representation of color #E1285C: hue angle of 343.14º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1285C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.12 |
| HSL | 343.14º | 0.76% | 0.52% | - |
| HSV(B) | 343.14º | 0.82% | 0.88% | - |
| XYZ | 33.74 | 18.3 | 11.88 | - |
| YUV | 101.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 92 | 0 | 0.82 | 0.59 | 0.12 | 343.14 | 0.76 | 0.52 |
| Hex | E1 | 28 | 5C | 0 | 52 | 3B | C | 157 | 4C | 34 |
| Octal | 341 | 50 | 134 | 0 | 122 | 73 | 14 | 527 | 114 | 64 |
| Binary | 11100001 | 101000 | 1011100 | 0 | 1010010 | 111011 | 1100 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E1285C
Complementary color
Monochromatic Colors of #E1285C
Black with #E1285C
Text Example
Text Example
White with #E1285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1285C; }
p { color: rgb(225,40,92); }
H1.HeaderClassName
{
color: #E1285C;
}
.AnyTagClassName
{
color: #E1285C;
}
</style>
background-color css
<style>
a { background-color: #E1285C; }
a { background-color: rgb(225,40,92); }
div.DivClassName
{
background-color: #E1285C;
}
.BgClassName
{
background-color: #E1285C;
}
</style>
border-color css
<style>
span { border-color: #E1285C; }
span { border-color: rgb(225,40,92); }
td.TdClassName
{
border-color: #E1285C;
}
.TagClassName
{
border-color: #E1285C;
}
</style>