Shades of Razzmatazz #E8016B
Tints of Razzmatazz #E8016B
RGB
CMYK
RGB Variations
Color information
#E8016B (or 0xE8016B) is known color: Razzmatazz. HEX triplet: E8, 01 and 6B. RGB value is (232,1,107). Sum of RGB (Red+Green+Blue) = 232+1+107=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E8016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8016B is #17FE94. Grayscale: #515151. Windows color (decimal): -1572501 or 7012840. OLE color: 7012840.
HSL color Cylindrical-coordinate representation of color #E8016B: hue angle of 332.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8016B is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.09 |
| HSL | 332.47º | 0.99% | 0.46% | - |
| HSV(B) | 332.47º | 1% | 0.91% | - |
| XYZ | 35.94 | 18.24 | 15.54 | - |
| YUV | 82.15 | 142.03 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 107 | 0 | 1.00 | 0.54 | 0.09 | 332.47 | 0.99 | 0.46 |
| Hex | E8 | 1 | 6B | 0 | 64 | 36 | 9 | 14C | 63 | 2E |
| Octal | 350 | 1 | 153 | 0 | 144 | 66 | 11 | 514 | 143 | 56 |
| Binary | 11101000 | 1 | 1101011 | 0 | 1100100 | 110110 | 1001 | 101001100 | 1100011 | 101110 |
Color Harmonies of #E8016B
Complementary color
Monochromatic Colors of #E8016B
Black with #E8016B
Text Example
Text Example
White with #E8016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8016B; }
p { color: rgb(232,1,107); }
H1.HeaderClassName
{
color: #E8016B;
}
.AnyTagClassName
{
color: #E8016B;
}
</style>
background-color css
<style>
a { background-color: #E8016B; }
a { background-color: rgb(232,1,107); }
div.DivClassName
{
background-color: #E8016B;
}
.BgClassName
{
background-color: #E8016B;
}
</style>
border-color css
<style>
span { border-color: #E8016B; }
span { border-color: rgb(232,1,107); }
td.TdClassName
{
border-color: #E8016B;
}
.TagClassName
{
border-color: #E8016B;
}
</style>