Shades of Razzmatazz #E6016C
Tints of Razzmatazz #E6016C
RGB
CMYK
RGB Variations
Color information
#E6016C (or 0xE6016C) is known color: Razzmatazz. HEX triplet: E6, 01 and 6C. RGB value is (230,1,108). Sum of RGB (Red+Green+Blue) = 230+1+108=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6016C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6016C is #19FE93. Grayscale: #515151. Windows color (decimal): -1703572 or 7078374. OLE color: 7078374.
HSL color Cylindrical-coordinate representation of color #E6016C: hue angle of 331.97º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6016C is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 108 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.10 |
| HSL | 331.97º | 0.99% | 0.45% | - |
| HSV(B) | 331.97º | 1% | 0.9% | - |
| XYZ | 35.35 | 17.93 | 15.78 | - |
| YUV | 81.67 | 142.87 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 108 | 0 | 1.00 | 0.53 | 0.10 | 331.97 | 0.99 | 0.45 |
| Hex | E6 | 1 | 6C | 0 | 64 | 35 | A | 14C | 63 | 2D |
| Octal | 346 | 1 | 154 | 0 | 144 | 65 | 12 | 514 | 143 | 55 |
| Binary | 11100110 | 1 | 1101100 | 0 | 1100100 | 110101 | 1010 | 101001100 | 1100011 | 101101 |
Color Harmonies of #E6016C
Complementary color
Monochromatic Colors of #E6016C
Black with #E6016C
Text Example
Text Example
White with #E6016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6016C; }
p { color: rgb(230,1,108); }
H1.HeaderClassName
{
color: #E6016C;
}
.AnyTagClassName
{
color: #E6016C;
}
</style>
background-color css
<style>
a { background-color: #E6016C; }
a { background-color: rgb(230,1,108); }
div.DivClassName
{
background-color: #E6016C;
}
.BgClassName
{
background-color: #E6016C;
}
</style>
border-color css
<style>
span { border-color: #E6016C; }
span { border-color: rgb(230,1,108); }
td.TdClassName
{
border-color: #E6016C;
}
.TagClassName
{
border-color: #E6016C;
}
</style>