Shades of Cerise #E8425B
Tints of Cerise #E8425B
RGB
CMYK
RGB Variations
Color information
#E8425B (or 0xE8425B) is known color: Cerise. HEX triplet: E8, 42 and 5B. RGB value is (232,66,91). Sum of RGB (Red+Green+Blue) = 232+66+91=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E8425B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8425B is #17BDA4. Grayscale: #767676. Windows color (decimal): -1555877 or 5980904. OLE color: 5980904.
HSL color Cylindrical-coordinate representation of color #E8425B: hue angle of 350.96º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8425B is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 91 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.09 |
| HSL | 350.96º | 0.78% | 0.58% | - |
| HSV(B) | 350.96º | 0.72% | 0.91% | - |
| XYZ | 37.12 | 21.81 | 12.15 | - |
| YUV | 118.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 91 | 0 | 0.72 | 0.61 | 0.09 | 350.96 | 0.78 | 0.58 |
| Hex | E8 | 42 | 5B | 0 | 48 | 3D | 9 | 15F | 4E | 3A |
| Octal | 350 | 102 | 133 | 0 | 110 | 75 | 11 | 537 | 116 | 72 |
| Binary | 11101000 | 1000010 | 1011011 | 0 | 1001000 | 111101 | 1001 | 101011111 | 1001110 | 111010 |
Color Harmonies of #E8425B
Complementary color
Monochromatic Colors of #E8425B
Black with #E8425B
Text Example
Text Example
White with #E8425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8425B; }
p { color: rgb(232,66,91); }
H1.HeaderClassName
{
color: #E8425B;
}
.AnyTagClassName
{
color: #E8425B;
}
</style>
background-color css
<style>
a { background-color: #E8425B; }
a { background-color: rgb(232,66,91); }
div.DivClassName
{
background-color: #E8425B;
}
.BgClassName
{
background-color: #E8425B;
}
</style>
border-color css
<style>
span { border-color: #E8425B; }
span { border-color: rgb(232,66,91); }
td.TdClassName
{
border-color: #E8425B;
}
.TagClassName
{
border-color: #E8425B;
}
</style>