Shades of Razzmatazz #E81250
Tints of Razzmatazz #E81250
RGB
CMYK
RGB Variations
Color information
#E81250 (or 0xE81250) is known color: Razzmatazz. HEX triplet: E8, 12 and 50. RGB value is (232,18,80). Sum of RGB (Red+Green+Blue) = 232+18+80=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E81250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E81250 is #17EDAF. Grayscale: #595959. Windows color (decimal): -1568176 or 5247720. OLE color: 5247720.
HSL color Cylindrical-coordinate representation of color #E81250: hue angle of 342.62º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81250 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.09 |
| HSL | 342.62º | 0.86% | 0.49% | - |
| HSV(B) | 342.62º | 0.92% | 0.91% | - |
| XYZ | 34.94 | 18.17 | 9.25 | - |
| YUV | 89.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 80 | 0 | 0.92 | 0.66 | 0.09 | 342.62 | 0.86 | 0.49 |
| Hex | E8 | 12 | 50 | 0 | 5C | 42 | 9 | 157 | 56 | 31 |
| Octal | 350 | 22 | 120 | 0 | 134 | 102 | 11 | 527 | 126 | 61 |
| Binary | 11101000 | 10010 | 1010000 | 0 | 1011100 | 1000010 | 1001 | 101010111 | 1010110 | 110001 |
Color Harmonies of #E81250
Complementary color
Monochromatic Colors of #E81250
Black with #E81250
Text Example
Text Example
White with #E81250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81250; }
p { color: rgb(232,18,80); }
H1.HeaderClassName
{
color: #E81250;
}
.AnyTagClassName
{
color: #E81250;
}
</style>
background-color css
<style>
a { background-color: #E81250; }
a { background-color: rgb(232,18,80); }
div.DivClassName
{
background-color: #E81250;
}
.BgClassName
{
background-color: #E81250;
}
</style>
border-color css
<style>
span { border-color: #E81250; }
span { border-color: rgb(232,18,80); }
td.TdClassName
{
border-color: #E81250;
}
.TagClassName
{
border-color: #E81250;
}
</style>