Shades of Razzmatazz #E8096C
Tints of Razzmatazz #E8096C
RGB
CMYK
RGB Variations
Color information
#E8096C (or 0xE8096C) is known color: Razzmatazz. HEX triplet: E8, 09 and 6C. RGB value is (232,9,108). Sum of RGB (Red+Green+Blue) = 232+9+108=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E8096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8096C is #17F693. Grayscale: #565656. Windows color (decimal): -1570452 or 7080424. OLE color: 7080424.
HSL color Cylindrical-coordinate representation of color #E8096C: hue angle of 333.36º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8096C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.09 |
| HSL | 333.36º | 0.93% | 0.47% | - |
| HSV(B) | 333.36º | 0.96% | 0.91% | - |
| XYZ | 36.08 | 18.43 | 15.84 | - |
| YUV | 86.96 | 139.88 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 108 | 0 | 0.96 | 0.53 | 0.09 | 333.36 | 0.93 | 0.47 |
| Hex | E8 | 9 | 6C | 0 | 60 | 35 | 9 | 14D | 5D | 2F |
| Octal | 350 | 11 | 154 | 0 | 140 | 65 | 11 | 515 | 135 | 57 |
| Binary | 11101000 | 1001 | 1101100 | 0 | 1100000 | 110101 | 1001 | 101001101 | 1011101 | 101111 |
Color Harmonies of #E8096C
Complementary color
Monochromatic Colors of #E8096C
Black with #E8096C
Text Example
Text Example
White with #E8096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8096C; }
p { color: rgb(232,9,108); }
H1.HeaderClassName
{
color: #E8096C;
}
.AnyTagClassName
{
color: #E8096C;
}
</style>
background-color css
<style>
a { background-color: #E8096C; }
a { background-color: rgb(232,9,108); }
div.DivClassName
{
background-color: #E8096C;
}
.BgClassName
{
background-color: #E8096C;
}
</style>
border-color css
<style>
span { border-color: #E8096C; }
span { border-color: rgb(232,9,108); }
td.TdClassName
{
border-color: #E8096C;
}
.TagClassName
{
border-color: #E8096C;
}
</style>