Shades of Razzmatazz #E1006F
Tints of Razzmatazz #E1006F
RGB
CMYK
RGB Variations
Color information
#E1006F (or 0xE1006F) is known color: Razzmatazz. HEX triplet: E1, 00 and 6F. RGB value is (225,0,111). Sum of RGB (Red+Green+Blue) = 225+0+111=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1006F is #1EFF90. Grayscale: #4F4F4F. Windows color (decimal): -2031505 or 7274721. OLE color: 7274721.
HSL color Cylindrical-coordinate representation of color #E1006F: hue angle of 330.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1006F is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.51 | 0.12 |
| HSL | 330.4º | 1% | 0.44% | - |
| HSV(B) | 330.4º | 1% | 0.88% | - |
| XYZ | 33.92 | 17.16 | 16.56 | - |
| YUV | 79.93 | 145.54 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 111 | 0 | 1 | 0.51 | 0.12 | 330.4 | 1 | 0.44 |
| Hex | E1 | 0 | 6F | 0 | 64 | 33 | C | 14A | 64 | 2C |
| Octal | 341 | 0 | 157 | 0 | 144 | 63 | 14 | 512 | 144 | 54 |
| Binary | 11100001 | 0 | 1101111 | 0 | 1100100 | 110011 | 1100 | 101001010 | 1100100 | 101100 |
Color Harmonies of #E1006F
Complementary color
Monochromatic Colors of #E1006F
Black with #E1006F
Text Example
Text Example
White with #E1006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1006F; }
p { color: rgb(225,0,111); }
H1.HeaderClassName
{
color: #E1006F;
}
.AnyTagClassName
{
color: #E1006F;
}
</style>
background-color css
<style>
a { background-color: #E1006F; }
a { background-color: rgb(225,0,111); }
div.DivClassName
{
background-color: #E1006F;
}
.BgClassName
{
background-color: #E1006F;
}
</style>
border-color css
<style>
span { border-color: #E1006F; }
span { border-color: rgb(225,0,111); }
td.TdClassName
{
border-color: #E1006F;
}
.TagClassName
{
border-color: #E1006F;
}
</style>