Shades of Razzmatazz #E81550
Tints of Razzmatazz #E81550
RGB
CMYK
RGB Variations
Color information
#E81550 (or 0xE81550) is known color: Razzmatazz. HEX triplet: E8, 15 and 50. RGB value is (232,21,80). Sum of RGB (Red+Green+Blue) = 232+21+80=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E81550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81550 is #17EAAF. Grayscale: #5A5A5A. Windows color (decimal): -1567408 or 5248488. OLE color: 5248488.
HSL color Cylindrical-coordinate representation of color #E81550: hue angle of 343.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81550 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 80 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.09 |
| HSL | 343.22º | 0.83% | 0.5% | - |
| HSV(B) | 343.22º | 0.91% | 0.91% | - |
| XYZ | 34.99 | 18.27 | 9.27 | - |
| YUV | 90.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 80 | 0 | 0.91 | 0.66 | 0.09 | 343.22 | 0.83 | 0.5 |
| Hex | E8 | 15 | 50 | 0 | 5B | 42 | 9 | 157 | 53 | 32 |
| Octal | 350 | 25 | 120 | 0 | 133 | 102 | 11 | 527 | 123 | 62 |
| Binary | 11101000 | 10101 | 1010000 | 0 | 1011011 | 1000010 | 1001 | 101010111 | 1010011 | 110010 |
Color Harmonies of #E81550
Complementary color
Monochromatic Colors of #E81550
Black with #E81550
Text Example
Text Example
White with #E81550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81550; }
p { color: rgb(232,21,80); }
H1.HeaderClassName
{
color: #E81550;
}
.AnyTagClassName
{
color: #E81550;
}
</style>
background-color css
<style>
a { background-color: #E81550; }
a { background-color: rgb(232,21,80); }
div.DivClassName
{
background-color: #E81550;
}
.BgClassName
{
background-color: #E81550;
}
</style>
border-color css
<style>
span { border-color: #E81550; }
span { border-color: rgb(232,21,80); }
td.TdClassName
{
border-color: #E81550;
}
.TagClassName
{
border-color: #E81550;
}
</style>