Shades of Razzmatazz #E51551
Tints of Razzmatazz #E51551
RGB
CMYK
RGB Variations
Color information
#E51551 (or 0xE51551) is known color: Razzmatazz. HEX triplet: E5, 15 and 51. RGB value is (229,21,81). Sum of RGB (Red+Green+Blue) = 229+21+81=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E51551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E51551 is #1AEAAE. Grayscale: #5A5A5A. Windows color (decimal): -1764015 or 5314021. OLE color: 5314021.
HSL color Cylindrical-coordinate representation of color #E51551: hue angle of 342.69º degrees, saturation: 0.83, 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 #E51551 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.10 |
| HSL | 342.69º | 0.83% | 0.49% | - |
| HSV(B) | 342.69º | 0.91% | 0.9% | - |
| XYZ | 34.07 | 17.79 | 9.42 | - |
| YUV | 90.03 | 122.91 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 21 | 81 | 0 | 0.91 | 0.65 | 0.10 | 342.69 | 0.83 | 0.49 |
| Hex | E5 | 15 | 51 | 0 | 5B | 41 | A | 157 | 53 | 31 |
| Octal | 345 | 25 | 121 | 0 | 133 | 101 | 12 | 527 | 123 | 61 |
| Binary | 11100101 | 10101 | 1010001 | 0 | 1011011 | 1000001 | 1010 | 101010111 | 1010011 | 110001 |
Color Harmonies of #E51551
Complementary color
Monochromatic Colors of #E51551
Black with #E51551
Text Example
Text Example
White with #E51551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51551; }
p { color: rgb(229,21,81); }
H1.HeaderClassName
{
color: #E51551;
}
.AnyTagClassName
{
color: #E51551;
}
</style>
background-color css
<style>
a { background-color: #E51551; }
a { background-color: rgb(229,21,81); }
div.DivClassName
{
background-color: #E51551;
}
.BgClassName
{
background-color: #E51551;
}
</style>
border-color css
<style>
span { border-color: #E51551; }
span { border-color: rgb(229,21,81); }
td.TdClassName
{
border-color: #E51551;
}
.TagClassName
{
border-color: #E51551;
}
</style>