Shades of Cerise #E83260
Tints of Cerise #E83260
RGB
CMYK
RGB Variations
Color information
#E83260 (or 0xE83260) is known color: Cerise. HEX triplet: E8, 32 and 60. RGB value is (232,50,96). Sum of RGB (Red+Green+Blue) = 232+50+96=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E83260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E83260 is #17CD9F. Grayscale: #6D6D6D. Windows color (decimal): -1559968 or 6304488. OLE color: 6304488.
HSL color Cylindrical-coordinate representation of color #E83260: hue angle of 344.84º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83260 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 96 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.09 |
| HSL | 344.84º | 0.8% | 0.55% | - |
| HSV(B) | 344.84º | 0.78% | 0.91% | - |
| XYZ | 36.53 | 20.28 | 13.06 | - |
| YUV | 109.66 | 120.3 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 96 | 0 | 0.78 | 0.59 | 0.09 | 344.84 | 0.8 | 0.55 |
| Hex | E8 | 32 | 60 | 0 | 4E | 3B | 9 | 159 | 50 | 37 |
| Octal | 350 | 62 | 140 | 0 | 116 | 73 | 11 | 531 | 120 | 67 |
| Binary | 11101000 | 110010 | 1100000 | 0 | 1001110 | 111011 | 1001 | 101011001 | 1010000 | 110111 |
Color Harmonies of #E83260
Complementary color
Monochromatic Colors of #E83260
Black with #E83260
Text Example
Text Example
White with #E83260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83260; }
p { color: rgb(232,50,96); }
H1.HeaderClassName
{
color: #E83260;
}
.AnyTagClassName
{
color: #E83260;
}
</style>
background-color css
<style>
a { background-color: #E83260; }
a { background-color: rgb(232,50,96); }
div.DivClassName
{
background-color: #E83260;
}
.BgClassName
{
background-color: #E83260;
}
</style>
border-color css
<style>
span { border-color: #E83260; }
span { border-color: rgb(232,50,96); }
td.TdClassName
{
border-color: #E83260;
}
.TagClassName
{
border-color: #E83260;
}
</style>