Shades of Razzmatazz #E81551
Tints of Razzmatazz #E81551
RGB
CMYK
RGB Variations
Color information
#E81551 (or 0xE81551) is known color: Razzmatazz. HEX triplet: E8, 15 and 51. RGB value is (232,21,81). Sum of RGB (Red+Green+Blue) = 232+21+81=334 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.46% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 232 - color contains mainly: red. Hex color #E81551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81551 is #17EAAE. Grayscale: #5A5A5A. Windows color (decimal): -1567407 or 5314024. OLE color: 5314024.
HSL color Cylindrical-coordinate representation of color #E81551: hue angle of 342.94º 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 #E81551 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.09 |
| HSL | 342.94º | 0.83% | 0.5% | - |
| HSV(B) | 342.94º | 0.91% | 0.91% | - |
| XYZ | 35.03 | 18.29 | 9.47 | - |
| YUV | 90.93 | 122.4 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 81 | 0 | 0.91 | 0.65 | 0.09 | 342.94 | 0.83 | 0.5 |
| Hex | E8 | 15 | 51 | 0 | 5B | 41 | 9 | 157 | 53 | 32 |
| Octal | 350 | 25 | 121 | 0 | 133 | 101 | 11 | 527 | 123 | 62 |
| Binary | 11101000 | 10101 | 1010001 | 0 | 1011011 | 1000001 | 1001 | 101010111 | 1010011 | 110010 |
Color Harmonies of #E81551
Complementary color
Monochromatic Colors of #E81551
Black with #E81551
Text Example
Text Example
White with #E81551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81551; }
p { color: rgb(232,21,81); }
H1.HeaderClassName
{
color: #E81551;
}
.AnyTagClassName
{
color: #E81551;
}
</style>
background-color css
<style>
a { background-color: #E81551; }
a { background-color: rgb(232,21,81); }
div.DivClassName
{
background-color: #E81551;
}
.BgClassName
{
background-color: #E81551;
}
</style>
border-color css
<style>
span { border-color: #E81551; }
span { border-color: rgb(232,21,81); }
td.TdClassName
{
border-color: #E81551;
}
.TagClassName
{
border-color: #E81551;
}
</style>