Shades of Razzmatazz #E6016A
Tints of Razzmatazz #E6016A
RGB
CMYK
RGB Variations
Color information
#E6016A (or 0xE6016A) is known color: Razzmatazz. HEX triplet: E6, 01 and 6A. RGB value is (230,1,106). Sum of RGB (Red+Green+Blue) = 230+1+106=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E6016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6016A is #19FE95. Grayscale: #515151. Windows color (decimal): -1703574 or 6947302. OLE color: 6947302.
HSL color Cylindrical-coordinate representation of color #E6016A: hue angle of 332.49º 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 #E6016A is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 106 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.10 |
| HSL | 332.49º | 0.99% | 0.45% | - |
| HSV(B) | 332.49º | 1% | 0.9% | - |
| XYZ | 35.25 | 17.89 | 15.23 | - |
| YUV | 81.44 | 141.87 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 106 | 0 | 1.00 | 0.54 | 0.10 | 332.49 | 0.99 | 0.45 |
| Hex | E6 | 1 | 6A | 0 | 64 | 36 | A | 14C | 63 | 2D |
| Octal | 346 | 1 | 152 | 0 | 144 | 66 | 12 | 514 | 143 | 55 |
| Binary | 11100110 | 1 | 1101010 | 0 | 1100100 | 110110 | 1010 | 101001100 | 1100011 | 101101 |
Color Harmonies of #E6016A
Complementary color
Monochromatic Colors of #E6016A
Black with #E6016A
Text Example
Text Example
White with #E6016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6016A; }
p { color: rgb(230,1,106); }
H1.HeaderClassName
{
color: #E6016A;
}
.AnyTagClassName
{
color: #E6016A;
}
</style>
background-color css
<style>
a { background-color: #E6016A; }
a { background-color: rgb(230,1,106); }
div.DivClassName
{
background-color: #E6016A;
}
.BgClassName
{
background-color: #E6016A;
}
</style>
border-color css
<style>
span { border-color: #E6016A; }
span { border-color: rgb(230,1,106); }
td.TdClassName
{
border-color: #E6016A;
}
.TagClassName
{
border-color: #E6016A;
}
</style>