Shades of Razzmatazz #E0016D
Tints of Razzmatazz #E0016D
RGB
CMYK
RGB Variations
Color information
#E0016D (or 0xE0016D) is known color: Razzmatazz. HEX triplet: E0, 01 and 6D. RGB value is (224,1,109). Sum of RGB (Red+Green+Blue) = 224+1+109=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0016D is #1FFE92. Grayscale: #4F4F4F. Windows color (decimal): -2096787 or 7143904. OLE color: 7143904.
HSL color Cylindrical-coordinate representation of color #E0016D: hue angle of 330.94º 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 #E0016D is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.12 |
| HSL | 330.94º | 0.99% | 0.44% | - |
| HSV(B) | 330.94º | 1% | 0.88% | - |
| XYZ | 33.51 | 16.97 | 15.98 | - |
| YUV | 79.99 | 144.38 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 1 | 109 | 0 | 1.00 | 0.51 | 0.12 | 330.94 | 0.99 | 0.44 |
| Hex | E0 | 1 | 6D | 0 | 64 | 33 | C | 14B | 63 | 2C |
| Octal | 340 | 1 | 155 | 0 | 144 | 63 | 14 | 513 | 143 | 54 |
| Binary | 11100000 | 1 | 1101101 | 0 | 1100100 | 110011 | 1100 | 101001011 | 1100011 | 101100 |
Color Harmonies of #E0016D
Complementary color
Monochromatic Colors of #E0016D
Black with #E0016D
Text Example
Text Example
White with #E0016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0016D; }
p { color: rgb(224,1,109); }
H1.HeaderClassName
{
color: #E0016D;
}
.AnyTagClassName
{
color: #E0016D;
}
</style>
background-color css
<style>
a { background-color: #E0016D; }
a { background-color: rgb(224,1,109); }
div.DivClassName
{
background-color: #E0016D;
}
.BgClassName
{
background-color: #E0016D;
}
</style>
border-color css
<style>
span { border-color: #E0016D; }
span { border-color: rgb(224,1,109); }
td.TdClassName
{
border-color: #E0016D;
}
.TagClassName
{
border-color: #E0016D;
}
</style>