Shades of Razzmatazz #E80575
Tints of Razzmatazz #E80575
RGB
CMYK
RGB Variations
Color information
#E80575 (or 0xE80575) is known color: Razzmatazz. HEX triplet: E8, 05 and 75. RGB value is (232,5,117). Sum of RGB (Red+Green+Blue) = 232+5+117=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E80575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80575 is #17FA8A. Grayscale: #555555. Windows color (decimal): -1571467 or 7669224. OLE color: 7669224.
HSL color Cylindrical-coordinate representation of color #E80575: hue angle of 330.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80575 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.09 |
| HSL | 330.4º | 0.96% | 0.46% | - |
| HSV(B) | 330.4º | 0.98% | 0.91% | - |
| XYZ | 36.54 | 18.55 | 18.48 | - |
| YUV | 85.64 | 145.71 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 117 | 0 | 0.98 | 0.50 | 0.09 | 330.4 | 0.96 | 0.46 |
| Hex | E8 | 5 | 75 | 0 | 62 | 32 | 9 | 14A | 60 | 2E |
| Octal | 350 | 5 | 165 | 0 | 142 | 62 | 11 | 512 | 140 | 56 |
| Binary | 11101000 | 101 | 1110101 | 0 | 1100010 | 110010 | 1001 | 101001010 | 1100000 | 101110 |
Color Harmonies of #E80575
Complementary color
Monochromatic Colors of #E80575
Black with #E80575
Text Example
Text Example
White with #E80575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80575; }
p { color: rgb(232,5,117); }
H1.HeaderClassName
{
color: #E80575;
}
.AnyTagClassName
{
color: #E80575;
}
</style>
background-color css
<style>
a { background-color: #E80575; }
a { background-color: rgb(232,5,117); }
div.DivClassName
{
background-color: #E80575;
}
.BgClassName
{
background-color: #E80575;
}
</style>
border-color css
<style>
span { border-color: #E80575; }
span { border-color: rgb(232,5,117); }
td.TdClassName
{
border-color: #E80575;
}
.TagClassName
{
border-color: #E80575;
}
</style>