Shades of Razzmatazz #E0046A
Tints of Razzmatazz #E0046A
RGB
CMYK
RGB Variations
Color information
#E0046A (or 0xE0046A) is known color: Razzmatazz. HEX triplet: E0, 04 and 6A. RGB value is (224,4,106). Sum of RGB (Red+Green+Blue) = 224+4+106=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0046A is #1FFB95. Grayscale: #515151. Windows color (decimal): -2096022 or 6948064. OLE color: 6948064.
HSL color Cylindrical-coordinate representation of color #E0046A: hue angle of 332.18º 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 #E0046A is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.12 |
| HSL | 332.18º | 0.96% | 0.45% | - |
| HSV(B) | 332.18º | 0.98% | 0.88% | - |
| XYZ | 33.39 | 16.97 | 15.15 | - |
| YUV | 81.41 | 141.89 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 106 | 0 | 0.98 | 0.53 | 0.12 | 332.18 | 0.96 | 0.45 |
| Hex | E0 | 4 | 6A | 0 | 62 | 35 | C | 14C | 60 | 2D |
| Octal | 340 | 4 | 152 | 0 | 142 | 65 | 14 | 514 | 140 | 55 |
| Binary | 11100000 | 100 | 1101010 | 0 | 1100010 | 110101 | 1100 | 101001100 | 1100000 | 101101 |
Color Harmonies of #E0046A
Complementary color
Monochromatic Colors of #E0046A
Black with #E0046A
Text Example
Text Example
White with #E0046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0046A; }
p { color: rgb(224,4,106); }
H1.HeaderClassName
{
color: #E0046A;
}
.AnyTagClassName
{
color: #E0046A;
}
</style>
background-color css
<style>
a { background-color: #E0046A; }
a { background-color: rgb(224,4,106); }
div.DivClassName
{
background-color: #E0046A;
}
.BgClassName
{
background-color: #E0046A;
}
</style>
border-color css
<style>
span { border-color: #E0046A; }
span { border-color: rgb(224,4,106); }
td.TdClassName
{
border-color: #E0046A;
}
.TagClassName
{
border-color: #E0046A;
}
</style>