Shades of Razzmatazz #E50264
Tints of Razzmatazz #E50264
RGB
CMYK
RGB Variations
Color information
#E50264 (or 0xE50264) is known color: Razzmatazz. HEX triplet: E5, 02 and 64. RGB value is (229,2,100). Sum of RGB (Red+Green+Blue) = 229+2+100=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E50264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50264 is #1AFD9B. Grayscale: #505050. Windows color (decimal): -1768860 or 6554341. OLE color: 6554341.
HSL color Cylindrical-coordinate representation of color #E50264: hue angle of 334.1º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50264 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.10 |
| HSL | 334.1º | 0.98% | 0.45% | - |
| HSV(B) | 334.1º | 0.99% | 0.9% | - |
| XYZ | 34.64 | 17.62 | 13.63 | - |
| YUV | 81.05 | 138.71 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 100 | 0 | 0.99 | 0.56 | 0.10 | 334.1 | 0.98 | 0.45 |
| Hex | E5 | 2 | 64 | 0 | 63 | 38 | A | 14E | 62 | 2D |
| Octal | 345 | 2 | 144 | 0 | 143 | 70 | 12 | 516 | 142 | 55 |
| Binary | 11100101 | 10 | 1100100 | 0 | 1100011 | 111000 | 1010 | 101001110 | 1100010 | 101101 |
Color Harmonies of #E50264
Complementary color
Monochromatic Colors of #E50264
Black with #E50264
Text Example
Text Example
White with #E50264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50264; }
p { color: rgb(229,2,100); }
H1.HeaderClassName
{
color: #E50264;
}
.AnyTagClassName
{
color: #E50264;
}
</style>
background-color css
<style>
a { background-color: #E50264; }
a { background-color: rgb(229,2,100); }
div.DivClassName
{
background-color: #E50264;
}
.BgClassName
{
background-color: #E50264;
}
</style>
border-color css
<style>
span { border-color: #E50264; }
span { border-color: rgb(229,2,100); }
td.TdClassName
{
border-color: #E50264;
}
.TagClassName
{
border-color: #E50264;
}
</style>