Shades of Cerise #E8485D
Tints of Cerise #E8485D
RGB
CMYK
RGB Variations
Color information
#E8485D (or 0xE8485D) is known color: Cerise. HEX triplet: E8, 48 and 5D. RGB value is (232,72,93). Sum of RGB (Red+Green+Blue) = 232+72+93=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E8485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8485D is #17B7A2. Grayscale: #7A7A7A. Windows color (decimal): -1554339 or 6113512. OLE color: 6113512.
HSL color Cylindrical-coordinate representation of color #E8485D: hue angle of 352.12º 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 #E8485D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 72 | 93 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.09 |
| HSL | 352.13º | 0.78% | 0.6% | - |
| HSV(B) | 352.13º | 0.69% | 0.91% | - |
| XYZ | 37.57 | 22.58 | 12.73 | - |
| YUV | 122.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 72 | 93 | 0 | 0.69 | 0.60 | 0.09 | 352.13 | 0.78 | 0.6 |
| Hex | E8 | 48 | 5D | 0 | 45 | 3C | 9 | 160 | 4E | 3C |
| Octal | 350 | 110 | 135 | 0 | 105 | 74 | 11 | 540 | 116 | 74 |
| Binary | 11101000 | 1001000 | 1011101 | 0 | 1000101 | 111100 | 1001 | 101100000 | 1001110 | 111100 |
Color Harmonies of #E8485D
Complementary color
Monochromatic Colors of #E8485D
Black with #E8485D
Text Example
Text Example
White with #E8485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8485D; }
p { color: rgb(232,72,93); }
H1.HeaderClassName
{
color: #E8485D;
}
.AnyTagClassName
{
color: #E8485D;
}
</style>
background-color css
<style>
a { background-color: #E8485D; }
a { background-color: rgb(232,72,93); }
div.DivClassName
{
background-color: #E8485D;
}
.BgClassName
{
background-color: #E8485D;
}
</style>
border-color css
<style>
span { border-color: #E8485D; }
span { border-color: rgb(232,72,93); }
td.TdClassName
{
border-color: #E8485D;
}
.TagClassName
{
border-color: #E8485D;
}
</style>