Shades of Razzmatazz #E1016B
Tints of Razzmatazz #E1016B
RGB
CMYK
RGB Variations
Color information
#E1016B (or 0xE1016B) is known color: Razzmatazz. HEX triplet: E1, 01 and 6B. RGB value is (225,1,107). Sum of RGB (Red+Green+Blue) = 225+1+107=333 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.57% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 225 - color contains mainly: red. Hex color #E1016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1016B is #1EFE94. Grayscale: #4F4F4F. Windows color (decimal): -2031253 or 7012833. OLE color: 7012833.
HSL color Cylindrical-coordinate representation of color #E1016B: hue angle of 331.61º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1016B is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.12 |
| HSL | 331.61º | 0.99% | 0.44% | - |
| HSV(B) | 331.61º | 1% | 0.88% | - |
| XYZ | 33.72 | 17.09 | 15.43 | - |
| YUV | 80.06 | 143.21 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 107 | 0 | 1.00 | 0.52 | 0.12 | 331.61 | 0.99 | 0.44 |
| Hex | E1 | 1 | 6B | 0 | 64 | 34 | C | 14C | 63 | 2C |
| Octal | 341 | 1 | 153 | 0 | 144 | 64 | 14 | 514 | 143 | 54 |
| Binary | 11100001 | 1 | 1101011 | 0 | 1100100 | 110100 | 1100 | 101001100 | 1100011 | 101100 |
Color Harmonies of #E1016B
Complementary color
Monochromatic Colors of #E1016B
Black with #E1016B
Text Example
Text Example
White with #E1016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1016B; }
p { color: rgb(225,1,107); }
H1.HeaderClassName
{
color: #E1016B;
}
.AnyTagClassName
{
color: #E1016B;
}
</style>
background-color css
<style>
a { background-color: #E1016B; }
a { background-color: rgb(225,1,107); }
div.DivClassName
{
background-color: #E1016B;
}
.BgClassName
{
background-color: #E1016B;
}
</style>
border-color css
<style>
span { border-color: #E1016B; }
span { border-color: rgb(225,1,107); }
td.TdClassName
{
border-color: #E1016B;
}
.TagClassName
{
border-color: #E1016B;
}
</style>