Shades of Cerise #E1265D
Tints of Cerise #E1265D
RGB
CMYK
RGB Variations
Color information
#E1265D (or 0xE1265D) is known color: Cerise. HEX triplet: E1, 26 and 5D. RGB value is (225,38,93). Sum of RGB (Red+Green+Blue) = 225+38+93=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1265D is #1ED9A2. Grayscale: #646464. Windows color (decimal): -2021795 or 6104801. OLE color: 6104801.
HSL color Cylindrical-coordinate representation of color #E1265D: hue angle of 342.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1265D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 93 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.12 |
| HSL | 342.35º | 0.76% | 0.52% | - |
| HSV(B) | 342.35º | 0.83% | 0.88% | - |
| XYZ | 33.72 | 18.18 | 12.09 | - |
| YUV | 100.18 | 123.95 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 93 | 0 | 0.83 | 0.59 | 0.12 | 342.35 | 0.76 | 0.52 |
| Hex | E1 | 26 | 5D | 0 | 53 | 3B | C | 156 | 4C | 34 |
| Octal | 341 | 46 | 135 | 0 | 123 | 73 | 14 | 526 | 114 | 64 |
| Binary | 11100001 | 100110 | 1011101 | 0 | 1010011 | 111011 | 1100 | 101010110 | 1001100 | 110100 |
Color Harmonies of #E1265D
Complementary color
Monochromatic Colors of #E1265D
Black with #E1265D
Text Example
Text Example
White with #E1265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1265D; }
p { color: rgb(225,38,93); }
H1.HeaderClassName
{
color: #E1265D;
}
.AnyTagClassName
{
color: #E1265D;
}
</style>
background-color css
<style>
a { background-color: #E1265D; }
a { background-color: rgb(225,38,93); }
div.DivClassName
{
background-color: #E1265D;
}
.BgClassName
{
background-color: #E1265D;
}
</style>
border-color css
<style>
span { border-color: #E1265D; }
span { border-color: rgb(225,38,93); }
td.TdClassName
{
border-color: #E1265D;
}
.TagClassName
{
border-color: #E1265D;
}
</style>