Shades of Razzmatazz #E0046F
Tints of Razzmatazz #E0046F
RGB
CMYK
RGB Variations
Color information
#E0046F (or 0xE0046F) is known color: Razzmatazz. HEX triplet: E0, 04 and 6F. RGB value is (224,4,111). Sum of RGB (Red+Green+Blue) = 224+4+111=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E0046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0046F is #1FFB90. Grayscale: #515151. Windows color (decimal): -2096017 or 7275744. OLE color: 7275744.
HSL color Cylindrical-coordinate representation of color #E0046F: hue angle of 330.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0046F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.82º | 0.96% | 0.45% | - |
| HSV(B) | 330.82º | 0.98% | 0.88% | - |
| XYZ | 33.65 | 17.08 | 16.56 | - |
| YUV | 81.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 111 | 0 | 0.98 | 0.50 | 0.12 | 330.82 | 0.96 | 0.45 |
| Hex | E0 | 4 | 6F | 0 | 62 | 32 | C | 14B | 60 | 2D |
| Octal | 340 | 4 | 157 | 0 | 142 | 62 | 14 | 513 | 140 | 55 |
| Binary | 11100000 | 100 | 1101111 | 0 | 1100010 | 110010 | 1100 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E0046F
Complementary color
Monochromatic Colors of #E0046F
Black with #E0046F
Text Example
Text Example
White with #E0046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0046F; }
p { color: rgb(224,4,111); }
H1.HeaderClassName
{
color: #E0046F;
}
.AnyTagClassName
{
color: #E0046F;
}
</style>
background-color css
<style>
a { background-color: #E0046F; }
a { background-color: rgb(224,4,111); }
div.DivClassName
{
background-color: #E0046F;
}
.BgClassName
{
background-color: #E0046F;
}
</style>
border-color css
<style>
span { border-color: #E0046F; }
span { border-color: rgb(224,4,111); }
td.TdClassName
{
border-color: #E0046F;
}
.TagClassName
{
border-color: #E0046F;
}
</style>