Shades of Cerise #E1275B
Tints of Cerise #E1275B
RGB
CMYK
RGB Variations
Color information
#E1275B (or 0xE1275B) is known color: Cerise. HEX triplet: E1, 27 and 5B. RGB value is (225,39,91). Sum of RGB (Red+Green+Blue) = 225+39+91=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1275B is #1ED8A4. Grayscale: #646464. Windows color (decimal): -2021541 or 5973985. OLE color: 5973985.
HSL color Cylindrical-coordinate representation of color #E1275B: hue angle of 343.23º 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 #E1275B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 91 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.12 |
| HSL | 343.23º | 0.76% | 0.52% | - |
| HSV(B) | 343.23º | 0.83% | 0.88% | - |
| XYZ | 33.67 | 18.21 | 11.64 | - |
| YUV | 100.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 91 | 0 | 0.83 | 0.60 | 0.12 | 343.23 | 0.76 | 0.52 |
| Hex | E1 | 27 | 5B | 0 | 53 | 3C | C | 157 | 4C | 34 |
| Octal | 341 | 47 | 133 | 0 | 123 | 74 | 14 | 527 | 114 | 64 |
| Binary | 11100001 | 100111 | 1011011 | 0 | 1010011 | 111100 | 1100 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E1275B
Complementary color
Monochromatic Colors of #E1275B
Black with #E1275B
Text Example
Text Example
White with #E1275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1275B; }
p { color: rgb(225,39,91); }
H1.HeaderClassName
{
color: #E1275B;
}
.AnyTagClassName
{
color: #E1275B;
}
</style>
background-color css
<style>
a { background-color: #E1275B; }
a { background-color: rgb(225,39,91); }
div.DivClassName
{
background-color: #E1275B;
}
.BgClassName
{
background-color: #E1275B;
}
</style>
border-color css
<style>
span { border-color: #E1275B; }
span { border-color: rgb(225,39,91); }
td.TdClassName
{
border-color: #E1275B;
}
.TagClassName
{
border-color: #E1275B;
}
</style>