Shades of Razzmatazz #E00166
Tints of Razzmatazz #E00166
RGB
CMYK
RGB Variations
Color information
#E00166 (or 0xE00166) is known color: Razzmatazz. HEX triplet: E0, 01 and 66. RGB value is (224,1,102). Sum of RGB (Red+Green+Blue) = 224+1+102=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00166 is #1FFE99. Grayscale: #4F4F4F. Windows color (decimal): -2096794 or 6685152. OLE color: 6685152.
HSL color Cylindrical-coordinate representation of color #E00166: hue angle of 332.83º 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 #E00166 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.12 |
| HSL | 332.83º | 0.99% | 0.44% | - |
| HSV(B) | 332.83º | 1% | 0.88% | - |
| XYZ | 33.15 | 16.83 | 14.07 | - |
| YUV | 79.19 | 140.88 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 102 | 0 | 1.00 | 0.54 | 0.12 | 332.83 | 0.99 | 0.44 |
| Hex | E0 | 1 | 66 | 0 | 64 | 36 | C | 14D | 63 | 2C |
| Octal | 340 | 1 | 146 | 0 | 144 | 66 | 14 | 515 | 143 | 54 |
| Binary | 11100000 | 1 | 1100110 | 0 | 1100100 | 110110 | 1100 | 101001101 | 1100011 | 101100 |
Color Harmonies of #E00166
Complementary color
Monochromatic Colors of #E00166
Black with #E00166
Text Example
Text Example
White with #E00166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00166; }
p { color: rgb(224,1,102); }
H1.HeaderClassName
{
color: #E00166;
}
.AnyTagClassName
{
color: #E00166;
}
</style>
background-color css
<style>
a { background-color: #E00166; }
a { background-color: rgb(224,1,102); }
div.DivClassName
{
background-color: #E00166;
}
.BgClassName
{
background-color: #E00166;
}
</style>
border-color css
<style>
span { border-color: #E00166; }
span { border-color: rgb(224,1,102); }
td.TdClassName
{
border-color: #E00166;
}
.TagClassName
{
border-color: #E00166;
}
</style>