Shades of Cerise #E8485F
Tints of Cerise #E8485F
RGB
CMYK
RGB Variations
Color information
#E8485F (or 0xE8485F) is known color: Cerise. HEX triplet: E8, 48 and 5F. RGB value is (232,72,95). Sum of RGB (Red+Green+Blue) = 232+72+95=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E8485F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8485F is #17B7A0. Grayscale: #7A7A7A. Windows color (decimal): -1554337 or 6244584. OLE color: 6244584.
HSL color Cylindrical-coordinate representation of color #E8485F: hue angle of 351.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8485F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 95 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.09 |
| HSL | 351.38º | 0.78% | 0.6% | - |
| HSV(B) | 351.38º | 0.69% | 0.91% | - |
| XYZ | 37.66 | 22.62 | 13.21 | - |
| YUV | 122.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 95 | 0 | 0.69 | 0.59 | 0.09 | 351.38 | 0.78 | 0.6 |
| Hex | E8 | 48 | 5F | 0 | 45 | 3B | 9 | 15F | 4E | 3C |
| Octal | 350 | 110 | 137 | 0 | 105 | 73 | 11 | 537 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1011111 | 0 | 1000101 | 111011 | 1001 | 101011111 | 1001110 | 111100 |
Color Harmonies of #E8485F
Complementary color
Monochromatic Colors of #E8485F
Black with #E8485F
Text Example
Text Example
White with #E8485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8485F; }
p { color: rgb(232,72,95); }
H1.HeaderClassName
{
color: #E8485F;
}
.AnyTagClassName
{
color: #E8485F;
}
</style>
background-color css
<style>
a { background-color: #E8485F; }
a { background-color: rgb(232,72,95); }
div.DivClassName
{
background-color: #E8485F;
}
.BgClassName
{
background-color: #E8485F;
}
</style>
border-color css
<style>
span { border-color: #E8485F; }
span { border-color: rgb(232,72,95); }
td.TdClassName
{
border-color: #E8485F;
}
.TagClassName
{
border-color: #E8485F;
}
</style>