Shades of Razzmatazz #E81051
Tints of Razzmatazz #E81051
RGB
CMYK
RGB Variations
Color information
#E81051 (or 0xE81051) is known color: Razzmatazz. HEX triplet: E8, 10 and 51. RGB value is (232,16,81). Sum of RGB (Red+Green+Blue) = 232+16+81=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E81051 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81051 is #17EFAE. Grayscale: #575757. Windows color (decimal): -1568687 or 5312744. OLE color: 5312744.
HSL color Cylindrical-coordinate representation of color #E81051: hue angle of 341.94º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81051 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 81 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.09 |
| HSL | 341.94º | 0.87% | 0.49% | - |
| HSV(B) | 341.94º | 0.93% | 0.91% | - |
| XYZ | 34.95 | 18.12 | 9.44 | - |
| YUV | 87.99 | 124.06 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 81 | 0 | 0.93 | 0.65 | 0.09 | 341.94 | 0.87 | 0.49 |
| Hex | E8 | 10 | 51 | 0 | 5D | 41 | 9 | 156 | 57 | 31 |
| Octal | 350 | 20 | 121 | 0 | 135 | 101 | 11 | 526 | 127 | 61 |
| Binary | 11101000 | 10000 | 1010001 | 0 | 1011101 | 1000001 | 1001 | 101010110 | 1010111 | 110001 |
Color Harmonies of #E81051
Complementary color
Monochromatic Colors of #E81051
Black with #E81051
Text Example
Text Example
White with #E81051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81051; }
p { color: rgb(232,16,81); }
H1.HeaderClassName
{
color: #E81051;
}
.AnyTagClassName
{
color: #E81051;
}
</style>
background-color css
<style>
a { background-color: #E81051; }
a { background-color: rgb(232,16,81); }
div.DivClassName
{
background-color: #E81051;
}
.BgClassName
{
background-color: #E81051;
}
</style>
border-color css
<style>
span { border-color: #E81051; }
span { border-color: rgb(232,16,81); }
td.TdClassName
{
border-color: #E81051;
}
.TagClassName
{
border-color: #E81051;
}
</style>