Shades of Razzmatazz #E81750
Tints of Razzmatazz #E81750
RGB
CMYK
RGB Variations
Color information
#E81750 (or 0xE81750) is known color: Razzmatazz. HEX triplet: E8, 17 and 50. RGB value is (232,23,80). Sum of RGB (Red+Green+Blue) = 232+23+80=335 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.25% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 232 - color contains mainly: red. Hex color #E81750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81750 is #17E8AF. Grayscale: #5B5B5B. Windows color (decimal): -1566896 or 5249000. OLE color: 5249000.
HSL color Cylindrical-coordinate representation of color #E81750: hue angle of 343.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E81750 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 80 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.09 |
| HSL | 343.64º | 0.82% | 0.5% | - |
| HSV(B) | 343.64º | 0.9% | 0.91% | - |
| XYZ | 35.03 | 18.35 | 9.28 | - |
| YUV | 91.99 | 121.24 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 80 | 0 | 0.90 | 0.66 | 0.09 | 343.64 | 0.82 | 0.5 |
| Hex | E8 | 17 | 50 | 0 | 5A | 42 | 9 | 158 | 52 | 32 |
| Octal | 350 | 27 | 120 | 0 | 132 | 102 | 11 | 530 | 122 | 62 |
| Binary | 11101000 | 10111 | 1010000 | 0 | 1011010 | 1000010 | 1001 | 101011000 | 1010010 | 110010 |
Color Harmonies of #E81750
Complementary color
Monochromatic Colors of #E81750
Black with #E81750
Text Example
Text Example
White with #E81750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81750; }
p { color: rgb(232,23,80); }
H1.HeaderClassName
{
color: #E81750;
}
.AnyTagClassName
{
color: #E81750;
}
</style>
background-color css
<style>
a { background-color: #E81750; }
a { background-color: rgb(232,23,80); }
div.DivClassName
{
background-color: #E81750;
}
.BgClassName
{
background-color: #E81750;
}
</style>
border-color css
<style>
span { border-color: #E81750; }
span { border-color: rgb(232,23,80); }
td.TdClassName
{
border-color: #E81750;
}
.TagClassName
{
border-color: #E81750;
}
</style>