Shades of Razzmatazz #E80D59
Tints of Razzmatazz #E80D59
RGB
CMYK
RGB Variations
Color information
#E80D59 (or 0xE80D59) is known color: Razzmatazz. HEX triplet: E8, 0D and 59. RGB value is (232,13,89). Sum of RGB (Red+Green+Blue) = 232+13+89=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D59 is #17F2A6. Grayscale: #575757. Windows color (decimal): -1569447 or 5836264. OLE color: 5836264.
HSL color Cylindrical-coordinate representation of color #E80D59: hue angle of 339.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D59 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 89 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.09 |
| HSL | 339.18º | 0.89% | 0.48% | - |
| HSV(B) | 339.18º | 0.94% | 0.91% | - |
| XYZ | 35.23 | 18.16 | 11.1 | - |
| YUV | 87.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 89 | 0 | 0.94 | 0.62 | 0.09 | 339.18 | 0.89 | 0.48 |
| Hex | E8 | D | 59 | 0 | 5E | 3E | 9 | 153 | 59 | 30 |
| Octal | 350 | 15 | 131 | 0 | 136 | 76 | 11 | 523 | 131 | 60 |
| Binary | 11101000 | 1101 | 1011001 | 0 | 1011110 | 111110 | 1001 | 101010011 | 1011001 | 110000 |
Color Harmonies of #E80D59
Complementary color
Monochromatic Colors of #E80D59
Black with #E80D59
Text Example
Text Example
White with #E80D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D59; }
p { color: rgb(232,13,89); }
H1.HeaderClassName
{
color: #E80D59;
}
.AnyTagClassName
{
color: #E80D59;
}
</style>
background-color css
<style>
a { background-color: #E80D59; }
a { background-color: rgb(232,13,89); }
div.DivClassName
{
background-color: #E80D59;
}
.BgClassName
{
background-color: #E80D59;
}
</style>
border-color css
<style>
span { border-color: #E80D59; }
span { border-color: rgb(232,13,89); }
td.TdClassName
{
border-color: #E80D59;
}
.TagClassName
{
border-color: #E80D59;
}
</style>