Shades of Cerise #E1275C
Tints of Cerise #E1275C
RGB
CMYK
RGB Variations
Color information
#E1275C (or 0xE1275C) is known color: Cerise. HEX triplet: E1, 27 and 5C. RGB value is (225,39,92). Sum of RGB (Red+Green+Blue) = 225+39+92=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1275C is #1ED8A3. Grayscale: #646464. Windows color (decimal): -2021540 or 6039521. OLE color: 6039521.
HSL color Cylindrical-coordinate representation of color #E1275C: hue angle of 342.9º 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 #E1275C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 92 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.12 |
| HSL | 342.9º | 0.76% | 0.52% | - |
| HSV(B) | 342.9º | 0.83% | 0.88% | - |
| XYZ | 33.71 | 18.23 | 11.87 | - |
| YUV | 100.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 92 | 0 | 0.83 | 0.59 | 0.12 | 342.9 | 0.76 | 0.52 |
| Hex | E1 | 27 | 5C | 0 | 53 | 3B | C | 157 | 4C | 34 |
| Octal | 341 | 47 | 134 | 0 | 123 | 73 | 14 | 527 | 114 | 64 |
| Binary | 11100001 | 100111 | 1011100 | 0 | 1010011 | 111011 | 1100 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E1275C
Complementary color
Monochromatic Colors of #E1275C
Black with #E1275C
Text Example
Text Example
White with #E1275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1275C; }
p { color: rgb(225,39,92); }
H1.HeaderClassName
{
color: #E1275C;
}
.AnyTagClassName
{
color: #E1275C;
}
</style>
background-color css
<style>
a { background-color: #E1275C; }
a { background-color: rgb(225,39,92); }
div.DivClassName
{
background-color: #E1275C;
}
.BgClassName
{
background-color: #E1275C;
}
</style>
border-color css
<style>
span { border-color: #E1275C; }
span { border-color: rgb(225,39,92); }
td.TdClassName
{
border-color: #E1275C;
}
.TagClassName
{
border-color: #E1275C;
}
</style>