Shades of Razzmatazz #E3016F
Tints of Razzmatazz #E3016F
RGB
CMYK
RGB Variations
Color information
#E3016F (or 0xE3016F) is known color: Razzmatazz. HEX triplet: E3, 01 and 6F. RGB value is (227,1,111). Sum of RGB (Red+Green+Blue) = 227+1+111=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3016F is #1CFE90. Grayscale: #505050. Windows color (decimal): -1900177 or 7274979. OLE color: 7274979.
HSL color Cylindrical-coordinate representation of color #E3016F: hue angle of 330.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3016F is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.11 |
| HSL | 330.8º | 0.99% | 0.45% | - |
| HSV(B) | 330.8º | 1% | 0.89% | - |
| XYZ | 34.56 | 17.5 | 16.6 | - |
| YUV | 81.11 | 144.87 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 111 | 0 | 1.00 | 0.51 | 0.11 | 330.8 | 0.99 | 0.45 |
| Hex | E3 | 1 | 6F | 0 | 64 | 33 | B | 14B | 63 | 2D |
| Octal | 343 | 1 | 157 | 0 | 144 | 63 | 13 | 513 | 143 | 55 |
| Binary | 11100011 | 1 | 1101111 | 0 | 1100100 | 110011 | 1011 | 101001011 | 1100011 | 101101 |
Color Harmonies of #E3016F
Complementary color
Monochromatic Colors of #E3016F
Black with #E3016F
Text Example
Text Example
White with #E3016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3016F; }
p { color: rgb(227,1,111); }
H1.HeaderClassName
{
color: #E3016F;
}
.AnyTagClassName
{
color: #E3016F;
}
</style>
background-color css
<style>
a { background-color: #E3016F; }
a { background-color: rgb(227,1,111); }
div.DivClassName
{
background-color: #E3016F;
}
.BgClassName
{
background-color: #E3016F;
}
</style>
border-color css
<style>
span { border-color: #E3016F; }
span { border-color: rgb(227,1,111); }
td.TdClassName
{
border-color: #E3016F;
}
.TagClassName
{
border-color: #E3016F;
}
</style>