Shades of Razzmatazz #E50463
Tints of Razzmatazz #E50463
RGB
CMYK
RGB Variations
Color information
#E50463 (or 0xE50463) is known color: Razzmatazz. HEX triplet: E5, 04 and 63. RGB value is (229,4,99). Sum of RGB (Red+Green+Blue) = 229+4+99=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E50463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50463 is #1AFB9C. Grayscale: #515151. Windows color (decimal): -1768349 or 6489317. OLE color: 6489317.
HSL color Cylindrical-coordinate representation of color #E50463: hue angle of 334.67º 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 #E50463 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 99 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.10 |
| HSL | 334.67º | 0.97% | 0.46% | - |
| HSV(B) | 334.67º | 0.98% | 0.9% | - |
| XYZ | 34.61 | 17.65 | 13.39 | - |
| YUV | 82.11 | 137.54 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 99 | 0 | 0.98 | 0.57 | 0.10 | 334.67 | 0.97 | 0.46 |
| Hex | E5 | 4 | 63 | 0 | 62 | 39 | A | 14F | 61 | 2E |
| Octal | 345 | 4 | 143 | 0 | 142 | 71 | 12 | 517 | 141 | 56 |
| Binary | 11100101 | 100 | 1100011 | 0 | 1100010 | 111001 | 1010 | 101001111 | 1100001 | 101110 |
Color Harmonies of #E50463
Complementary color
Monochromatic Colors of #E50463
Black with #E50463
Text Example
Text Example
White with #E50463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50463; }
p { color: rgb(229,4,99); }
H1.HeaderClassName
{
color: #E50463;
}
.AnyTagClassName
{
color: #E50463;
}
</style>
background-color css
<style>
a { background-color: #E50463; }
a { background-color: rgb(229,4,99); }
div.DivClassName
{
background-color: #E50463;
}
.BgClassName
{
background-color: #E50463;
}
</style>
border-color css
<style>
span { border-color: #E50463; }
span { border-color: rgb(229,4,99); }
td.TdClassName
{
border-color: #E50463;
}
.TagClassName
{
border-color: #E50463;
}
</style>