Shades of Razzmatazz #E1006D
Tints of Razzmatazz #E1006D
RGB
CMYK
RGB Variations
Color information
#E1006D (or 0xE1006D) is known color: Razzmatazz. HEX triplet: E1, 00 and 6D. RGB value is (225,0,109). Sum of RGB (Red+Green+Blue) = 225+0+109=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1006D is #1EFF92. Grayscale: #4F4F4F. Windows color (decimal): -2031507 or 7143649. OLE color: 7143649.
HSL color Cylindrical-coordinate representation of color #E1006D: hue angle of 330.93º 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 #E1006D is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.52 | 0.12 |
| HSL | 330.93º | 1% | 0.44% | - |
| HSV(B) | 330.93º | 1% | 0.88% | - |
| XYZ | 33.81 | 17.11 | 15.99 | - |
| YUV | 79.7 | 144.54 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 109 | 0 | 1 | 0.52 | 0.12 | 330.93 | 1 | 0.44 |
| Hex | E1 | 0 | 6D | 0 | 64 | 34 | C | 14B | 64 | 2C |
| Octal | 341 | 0 | 155 | 0 | 144 | 64 | 14 | 513 | 144 | 54 |
| Binary | 11100001 | 0 | 1101101 | 0 | 1100100 | 110100 | 1100 | 101001011 | 1100100 | 101100 |
Color Harmonies of #E1006D
Complementary color
Monochromatic Colors of #E1006D
Black with #E1006D
Text Example
Text Example
White with #E1006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1006D; }
p { color: rgb(225,0,109); }
H1.HeaderClassName
{
color: #E1006D;
}
.AnyTagClassName
{
color: #E1006D;
}
</style>
background-color css
<style>
a { background-color: #E1006D; }
a { background-color: rgb(225,0,109); }
div.DivClassName
{
background-color: #E1006D;
}
.BgClassName
{
background-color: #E1006D;
}
</style>
border-color css
<style>
span { border-color: #E1006D; }
span { border-color: rgb(225,0,109); }
td.TdClassName
{
border-color: #E1006D;
}
.TagClassName
{
border-color: #E1006D;
}
</style>