Shades of Razzmatazz #E80053
Tints of Razzmatazz #E80053
RGB
CMYK
RGB Variations
Color information
#E80053 (or 0xE80053) is known color: Razzmatazz. HEX triplet: E8, 00 and 53. RGB value is (232,0,83). Sum of RGB (Red+Green+Blue) = 232+0+83=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E80053 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80053 is #17FFAC. Grayscale: #4E4E4E. Windows color (decimal): -1572781 or 5439720. OLE color: 5439720.
HSL color Cylindrical-coordinate representation of color #E80053: hue angle of 338.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80053 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.64 | 0.09 |
| HSL | 338.53º | 1% | 0.45% | - |
| HSV(B) | 338.53º | 1% | 0.91% | - |
| XYZ | 34.84 | 17.78 | 9.78 | - |
| YUV | 78.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 83 | 0 | 1 | 0.64 | 0.09 | 338.53 | 1 | 0.45 |
| Hex | E8 | 0 | 53 | 0 | 64 | 40 | 9 | 153 | 64 | 2D |
| Octal | 350 | 0 | 123 | 0 | 144 | 100 | 11 | 523 | 144 | 55 |
| Binary | 11101000 | 0 | 1010011 | 0 | 1100100 | 1000000 | 1001 | 101010011 | 1100100 | 101101 |
Color Harmonies of #E80053
Complementary color
Monochromatic Colors of #E80053
Black with #E80053
Text Example
Text Example
White with #E80053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80053; }
p { color: rgb(232,0,83); }
H1.HeaderClassName
{
color: #E80053;
}
.AnyTagClassName
{
color: #E80053;
}
</style>
background-color css
<style>
a { background-color: #E80053; }
a { background-color: rgb(232,0,83); }
div.DivClassName
{
background-color: #E80053;
}
.BgClassName
{
background-color: #E80053;
}
</style>
border-color css
<style>
span { border-color: #E80053; }
span { border-color: rgb(232,0,83); }
td.TdClassName
{
border-color: #E80053;
}
.TagClassName
{
border-color: #E80053;
}
</style>