Shades of Razzmatazz #E8005B
Tints of Razzmatazz #E8005B
RGB
CMYK
RGB Variations
Color information
#E8005B (or 0xE8005B) is known color: Razzmatazz. HEX triplet: E8, 00 and 5B. RGB value is (232,0,91). Sum of RGB (Red+Green+Blue) = 232+0+91=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E8005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8005B is #17FFA4. Grayscale: #4F4F4F. Windows color (decimal): -1572773 or 5964008. OLE color: 5964008.
HSL color Cylindrical-coordinate representation of color #E8005B: hue angle of 336.47º 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 #E8005B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.61 | 0.09 |
| HSL | 336.47º | 1% | 0.45% | - |
| HSV(B) | 336.47º | 1% | 0.91% | - |
| XYZ | 35.17 | 17.91 | 11.5 | - |
| YUV | 79.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 91 | 0 | 1 | 0.61 | 0.09 | 336.47 | 1 | 0.45 |
| Hex | E8 | 0 | 5B | 0 | 64 | 3D | 9 | 150 | 64 | 2D |
| Octal | 350 | 0 | 133 | 0 | 144 | 75 | 11 | 520 | 144 | 55 |
| Binary | 11101000 | 0 | 1011011 | 0 | 1100100 | 111101 | 1001 | 101010000 | 1100100 | 101101 |
Color Harmonies of #E8005B
Complementary color
Monochromatic Colors of #E8005B
Black with #E8005B
Text Example
Text Example
White with #E8005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8005B; }
p { color: rgb(232,0,91); }
H1.HeaderClassName
{
color: #E8005B;
}
.AnyTagClassName
{
color: #E8005B;
}
</style>
background-color css
<style>
a { background-color: #E8005B; }
a { background-color: rgb(232,0,91); }
div.DivClassName
{
background-color: #E8005B;
}
.BgClassName
{
background-color: #E8005B;
}
</style>
border-color css
<style>
span { border-color: #E8005B; }
span { border-color: rgb(232,0,91); }
td.TdClassName
{
border-color: #E8005B;
}
.TagClassName
{
border-color: #E8005B;
}
</style>