Shades of Razzmatazz #E50467
Tints of Razzmatazz #E50467
RGB
CMYK
RGB Variations
Color information
#E50467 (or 0xE50467) is known color: Razzmatazz. HEX triplet: E5, 04 and 67. RGB value is (229,4,103). Sum of RGB (Red+Green+Blue) = 229+4+103=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E50467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50467 is #1AFB98. Grayscale: #525252. Windows color (decimal): -1768345 or 6751461. OLE color: 6751461.
HSL color Cylindrical-coordinate representation of color #E50467: hue angle of 333.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50467 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.10 |
| HSL | 333.6º | 0.97% | 0.46% | - |
| HSV(B) | 333.6º | 0.98% | 0.9% | - |
| XYZ | 34.8 | 17.72 | 14.42 | - |
| YUV | 82.56 | 139.54 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 103 | 0 | 0.98 | 0.55 | 0.10 | 333.6 | 0.97 | 0.46 |
| Hex | E5 | 4 | 67 | 0 | 62 | 37 | A | 14E | 61 | 2E |
| Octal | 345 | 4 | 147 | 0 | 142 | 67 | 12 | 516 | 141 | 56 |
| Binary | 11100101 | 100 | 1100111 | 0 | 1100010 | 110111 | 1010 | 101001110 | 1100001 | 101110 |
Color Harmonies of #E50467
Complementary color
Monochromatic Colors of #E50467
Black with #E50467
Text Example
Text Example
White with #E50467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50467; }
p { color: rgb(229,4,103); }
H1.HeaderClassName
{
color: #E50467;
}
.AnyTagClassName
{
color: #E50467;
}
</style>
background-color css
<style>
a { background-color: #E50467; }
a { background-color: rgb(229,4,103); }
div.DivClassName
{
background-color: #E50467;
}
.BgClassName
{
background-color: #E50467;
}
</style>
border-color css
<style>
span { border-color: #E50467; }
span { border-color: rgb(229,4,103); }
td.TdClassName
{
border-color: #E50467;
}
.TagClassName
{
border-color: #E50467;
}
</style>