Shades of Razzmatazz #E40963
Tints of Razzmatazz #E40963
RGB
CMYK
RGB Variations
Color information
#E40963 (or 0xE40963) is known color: Razzmatazz. HEX triplet: E4, 09 and 63. RGB value is (228,9,99). Sum of RGB (Red+Green+Blue) = 228+9+99=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E40963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40963 is #1BF69C. Grayscale: #545454. Windows color (decimal): -1832605 or 6490596. OLE color: 6490596.
HSL color Cylindrical-coordinate representation of color #E40963: hue angle of 335.34º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40963 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.11 |
| HSL | 335.34º | 0.92% | 0.46% | - |
| HSV(B) | 335.34º | 0.96% | 0.89% | - |
| XYZ | 34.34 | 17.59 | 13.39 | - |
| YUV | 84.74 | 136.05 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 99 | 0 | 0.96 | 0.57 | 0.11 | 335.34 | 0.92 | 0.46 |
| Hex | E4 | 9 | 63 | 0 | 60 | 39 | B | 14F | 5C | 2E |
| Octal | 344 | 11 | 143 | 0 | 140 | 71 | 13 | 517 | 134 | 56 |
| Binary | 11100100 | 1001 | 1100011 | 0 | 1100000 | 111001 | 1011 | 101001111 | 1011100 | 101110 |
Color Harmonies of #E40963
Complementary color
Monochromatic Colors of #E40963
Black with #E40963
Text Example
Text Example
White with #E40963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40963; }
p { color: rgb(228,9,99); }
H1.HeaderClassName
{
color: #E40963;
}
.AnyTagClassName
{
color: #E40963;
}
</style>
background-color css
<style>
a { background-color: #E40963; }
a { background-color: rgb(228,9,99); }
div.DivClassName
{
background-color: #E40963;
}
.BgClassName
{
background-color: #E40963;
}
</style>
border-color css
<style>
span { border-color: #E40963; }
span { border-color: rgb(228,9,99); }
td.TdClassName
{
border-color: #E40963;
}
.TagClassName
{
border-color: #E40963;
}
</style>