Shades of Razzmatazz #E81451
Tints of Razzmatazz #E81451
RGB
CMYK
RGB Variations
Color information
#E81451 (or 0xE81451) is known color: Razzmatazz. HEX triplet: E8, 14 and 51. RGB value is (232,20,81). Sum of RGB (Red+Green+Blue) = 232+20+81=333 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.67% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 232 - color contains mainly: red. Hex color #E81451 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81451 is #17EBAE. Grayscale: #5A5A5A. Windows color (decimal): -1567663 or 5313768. OLE color: 5313768.
HSL color Cylindrical-coordinate representation of color #E81451: hue angle of 342.74º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81451 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 81 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.09 |
| HSL | 342.74º | 0.84% | 0.49% | - |
| HSV(B) | 342.74º | 0.91% | 0.91% | - |
| XYZ | 35.01 | 18.25 | 9.46 | - |
| YUV | 90.34 | 122.74 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 81 | 0 | 0.91 | 0.65 | 0.09 | 342.74 | 0.84 | 0.49 |
| Hex | E8 | 14 | 51 | 0 | 5B | 41 | 9 | 157 | 54 | 31 |
| Octal | 350 | 24 | 121 | 0 | 133 | 101 | 11 | 527 | 124 | 61 |
| Binary | 11101000 | 10100 | 1010001 | 0 | 1011011 | 1000001 | 1001 | 101010111 | 1010100 | 110001 |
Color Harmonies of #E81451
Complementary color
Monochromatic Colors of #E81451
Black with #E81451
Text Example
Text Example
White with #E81451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81451; }
p { color: rgb(232,20,81); }
H1.HeaderClassName
{
color: #E81451;
}
.AnyTagClassName
{
color: #E81451;
}
</style>
background-color css
<style>
a { background-color: #E81451; }
a { background-color: rgb(232,20,81); }
div.DivClassName
{
background-color: #E81451;
}
.BgClassName
{
background-color: #E81451;
}
</style>
border-color css
<style>
span { border-color: #E81451; }
span { border-color: rgb(232,20,81); }
td.TdClassName
{
border-color: #E81451;
}
.TagClassName
{
border-color: #E81451;
}
</style>