Shades of Razzmatazz #E51455
Tints of Razzmatazz #E51455
RGB
CMYK
RGB Variations
Color information
#E51455 (or 0xE51455) is known color: Razzmatazz. HEX triplet: E5, 14 and 55. RGB value is (229,20,85). Sum of RGB (Red+Green+Blue) = 229+20+85=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E51455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51455 is #1AEBAA. Grayscale: #595959. Windows color (decimal): -1764267 or 5575909. OLE color: 5575909.
HSL color Cylindrical-coordinate representation of color #E51455: hue angle of 341.34º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E51455 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 20 | 85 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.10 |
| HSL | 341.34º | 0.84% | 0.49% | - |
| HSV(B) | 341.34º | 0.91% | 0.9% | - |
| XYZ | 34.2 | 17.81 | 10.23 | - |
| YUV | 89.9 | 125.24 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 20 | 85 | 0 | 0.91 | 0.63 | 0.10 | 341.34 | 0.84 | 0.49 |
| Hex | E5 | 14 | 55 | 0 | 5B | 3F | A | 155 | 54 | 31 |
| Octal | 345 | 24 | 125 | 0 | 133 | 77 | 12 | 525 | 124 | 61 |
| Binary | 11100101 | 10100 | 1010101 | 0 | 1011011 | 111111 | 1010 | 101010101 | 1010100 | 110001 |
Color Harmonies of #E51455
Complementary color
Monochromatic Colors of #E51455
Black with #E51455
Text Example
Text Example
White with #E51455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51455; }
p { color: rgb(229,20,85); }
H1.HeaderClassName
{
color: #E51455;
}
.AnyTagClassName
{
color: #E51455;
}
</style>
background-color css
<style>
a { background-color: #E51455; }
a { background-color: rgb(229,20,85); }
div.DivClassName
{
background-color: #E51455;
}
.BgClassName
{
background-color: #E51455;
}
</style>
border-color css
<style>
span { border-color: #E51455; }
span { border-color: rgb(229,20,85); }
td.TdClassName
{
border-color: #E51455;
}
.TagClassName
{
border-color: #E51455;
}
</style>