Shades of Razzmatazz #E8075D
Tints of Razzmatazz #E8075D
RGB
CMYK
RGB Variations
Color information
#E8075D (or 0xE8075D) is known color: Razzmatazz. HEX triplet: E8, 07 and 5D. RGB value is (232,7,93). Sum of RGB (Red+Green+Blue) = 232+7+93=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E8075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8075D is #17F8A2. Grayscale: #535353. Windows color (decimal): -1570979 or 6096872. OLE color: 6096872.
HSL color Cylindrical-coordinate representation of color #E8075D: hue angle of 337.07º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8075D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.09 |
| HSL | 337.07º | 0.94% | 0.47% | - |
| HSV(B) | 337.07º | 0.97% | 0.91% | - |
| XYZ | 35.33 | 18.1 | 11.99 | - |
| YUV | 84.08 | 133.04 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 93 | 0 | 0.97 | 0.60 | 0.09 | 337.07 | 0.94 | 0.47 |
| Hex | E8 | 7 | 5D | 0 | 61 | 3C | 9 | 151 | 5E | 2F |
| Octal | 350 | 7 | 135 | 0 | 141 | 74 | 11 | 521 | 136 | 57 |
| Binary | 11101000 | 111 | 1011101 | 0 | 1100001 | 111100 | 1001 | 101010001 | 1011110 | 101111 |
Color Harmonies of #E8075D
Complementary color
Monochromatic Colors of #E8075D
Black with #E8075D
Text Example
Text Example
White with #E8075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8075D; }
p { color: rgb(232,7,93); }
H1.HeaderClassName
{
color: #E8075D;
}
.AnyTagClassName
{
color: #E8075D;
}
</style>
background-color css
<style>
a { background-color: #E8075D; }
a { background-color: rgb(232,7,93); }
div.DivClassName
{
background-color: #E8075D;
}
.BgClassName
{
background-color: #E8075D;
}
</style>
border-color css
<style>
span { border-color: #E8075D; }
span { border-color: rgb(232,7,93); }
td.TdClassName
{
border-color: #E8075D;
}
.TagClassName
{
border-color: #E8075D;
}
</style>