Shades of Razzmatazz #E6016B
Tints of Razzmatazz #E6016B
RGB
CMYK
RGB Variations
Color information
#E6016B (or 0xE6016B) is known color: Razzmatazz. HEX triplet: E6, 01 and 6B. RGB value is (230,1,107). Sum of RGB (Red+Green+Blue) = 230+1+107=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6016B is #19FE94. Grayscale: #515151. Windows color (decimal): -1703573 or 7012838. OLE color: 7012838.
HSL color Cylindrical-coordinate representation of color #E6016B: hue angle of 332.23º 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 #E6016B is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.10 |
| HSL | 332.23º | 0.99% | 0.45% | - |
| HSV(B) | 332.23º | 1% | 0.9% | - |
| XYZ | 35.3 | 17.91 | 15.51 | - |
| YUV | 81.56 | 142.37 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 107 | 0 | 1.00 | 0.53 | 0.10 | 332.23 | 0.99 | 0.45 |
| Hex | E6 | 1 | 6B | 0 | 64 | 35 | A | 14C | 63 | 2D |
| Octal | 346 | 1 | 153 | 0 | 144 | 65 | 12 | 514 | 143 | 55 |
| Binary | 11100110 | 1 | 1101011 | 0 | 1100100 | 110101 | 1010 | 101001100 | 1100011 | 101101 |
Color Harmonies of #E6016B
Complementary color
Monochromatic Colors of #E6016B
Black with #E6016B
Text Example
Text Example
White with #E6016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6016B; }
p { color: rgb(230,1,107); }
H1.HeaderClassName
{
color: #E6016B;
}
.AnyTagClassName
{
color: #E6016B;
}
</style>
background-color css
<style>
a { background-color: #E6016B; }
a { background-color: rgb(230,1,107); }
div.DivClassName
{
background-color: #E6016B;
}
.BgClassName
{
background-color: #E6016B;
}
</style>
border-color css
<style>
span { border-color: #E6016B; }
span { border-color: rgb(230,1,107); }
td.TdClassName
{
border-color: #E6016B;
}
.TagClassName
{
border-color: #E6016B;
}
</style>