Shades of Cerise #E8465A
Tints of Cerise #E8465A
RGB
CMYK
RGB Variations
Color information
#E8465A (or 0xE8465A) is known color: Cerise. HEX triplet: E8, 46 and 5A. RGB value is (232,70,90). Sum of RGB (Red+Green+Blue) = 232+70+90=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E8465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8465A is #17B9A5. Grayscale: #787878. Windows color (decimal): -1554854 or 5916392. OLE color: 5916392.
HSL color Cylindrical-coordinate representation of color #E8465A: hue angle of 352.59º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8465A is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 90 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.09 |
| HSL | 352.59º | 0.78% | 0.59% | - |
| HSV(B) | 352.59º | 0.7% | 0.91% | - |
| XYZ | 37.31 | 22.27 | 12.01 | - |
| YUV | 120.72 | 110.67 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 90 | 0 | 0.70 | 0.61 | 0.09 | 352.59 | 0.78 | 0.59 |
| Hex | E8 | 46 | 5A | 0 | 46 | 3D | 9 | 161 | 4E | 3B |
| Octal | 350 | 106 | 132 | 0 | 106 | 75 | 11 | 541 | 116 | 73 |
| Binary | 11101000 | 1000110 | 1011010 | 0 | 1000110 | 111101 | 1001 | 101100001 | 1001110 | 111011 |
Color Harmonies of #E8465A
Complementary color
Monochromatic Colors of #E8465A
Black with #E8465A
Text Example
Text Example
White with #E8465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8465A; }
p { color: rgb(232,70,90); }
H1.HeaderClassName
{
color: #E8465A;
}
.AnyTagClassName
{
color: #E8465A;
}
</style>
background-color css
<style>
a { background-color: #E8465A; }
a { background-color: rgb(232,70,90); }
div.DivClassName
{
background-color: #E8465A;
}
.BgClassName
{
background-color: #E8465A;
}
</style>
border-color css
<style>
span { border-color: #E8465A; }
span { border-color: rgb(232,70,90); }
td.TdClassName
{
border-color: #E8465A;
}
.TagClassName
{
border-color: #E8465A;
}
</style>