Shades of Razzmatazz #E80075
Tints of Razzmatazz #E80075
RGB
CMYK
RGB Variations
Color information
#E80075 (or 0xE80075) is known color: Razzmatazz. HEX triplet: E8, 00 and 75. RGB value is (232,0,117). Sum of RGB (Red+Green+Blue) = 232+0+117=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E80075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80075 is #17FF8A. Grayscale: #525252. Windows color (decimal): -1572747 or 7667944. OLE color: 7667944.
HSL color Cylindrical-coordinate representation of color #E80075: hue angle of 329.74º 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 #E80075 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.50 | 0.09 |
| HSL | 329.74º | 1% | 0.45% | - |
| HSV(B) | 329.74º | 1% | 0.91% | - |
| XYZ | 36.49 | 18.44 | 18.47 | - |
| YUV | 82.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 117 | 0 | 1 | 0.50 | 0.09 | 329.74 | 1 | 0.45 |
| Hex | E8 | 0 | 75 | 0 | 64 | 32 | 9 | 14A | 64 | 2D |
| Octal | 350 | 0 | 165 | 0 | 144 | 62 | 11 | 512 | 144 | 55 |
| Binary | 11101000 | 0 | 1110101 | 0 | 1100100 | 110010 | 1001 | 101001010 | 1100100 | 101101 |
Color Harmonies of #E80075
Complementary color
Monochromatic Colors of #E80075
Black with #E80075
Text Example
Text Example
White with #E80075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80075; }
p { color: rgb(232,0,117); }
H1.HeaderClassName
{
color: #E80075;
}
.AnyTagClassName
{
color: #E80075;
}
</style>
background-color css
<style>
a { background-color: #E80075; }
a { background-color: rgb(232,0,117); }
div.DivClassName
{
background-color: #E80075;
}
.BgClassName
{
background-color: #E80075;
}
</style>
border-color css
<style>
span { border-color: #E80075; }
span { border-color: rgb(232,0,117); }
td.TdClassName
{
border-color: #E80075;
}
.TagClassName
{
border-color: #E80075;
}
</style>