Shades of Razzmatazz #E80360
Tints of Razzmatazz #E80360
RGB
CMYK
RGB Variations
Color information
#E80360 (or 0xE80360) is known color: Razzmatazz. HEX triplet: E8, 03 and 60. RGB value is (232,3,96). Sum of RGB (Red+Green+Blue) = 232+3+96=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E80360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80360 is #17FC9F. Grayscale: #515151. Windows color (decimal): -1572000 or 6292456. OLE color: 6292456.
HSL color Cylindrical-coordinate representation of color #E80360: hue angle of 335.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80360 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.09 |
| HSL | 335.63º | 0.97% | 0.46% | - |
| HSV(B) | 335.63º | 0.99% | 0.91% | - |
| XYZ | 35.42 | 18.07 | 12.69 | - |
| YUV | 82.07 | 135.87 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 96 | 0 | 0.99 | 0.59 | 0.09 | 335.63 | 0.97 | 0.46 |
| Hex | E8 | 3 | 60 | 0 | 63 | 3B | 9 | 150 | 61 | 2E |
| Octal | 350 | 3 | 140 | 0 | 143 | 73 | 11 | 520 | 141 | 56 |
| Binary | 11101000 | 11 | 1100000 | 0 | 1100011 | 111011 | 1001 | 101010000 | 1100001 | 101110 |
Color Harmonies of #E80360
Complementary color
Monochromatic Colors of #E80360
Black with #E80360
Text Example
Text Example
White with #E80360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80360; }
p { color: rgb(232,3,96); }
H1.HeaderClassName
{
color: #E80360;
}
.AnyTagClassName
{
color: #E80360;
}
</style>
background-color css
<style>
a { background-color: #E80360; }
a { background-color: rgb(232,3,96); }
div.DivClassName
{
background-color: #E80360;
}
.BgClassName
{
background-color: #E80360;
}
</style>
border-color css
<style>
span { border-color: #E80360; }
span { border-color: rgb(232,3,96); }
td.TdClassName
{
border-color: #E80360;
}
.TagClassName
{
border-color: #E80360;
}
</style>