Shades of Razzmatazz #E50051
Tints of Razzmatazz #E50051
RGB
CMYK
RGB Variations
Color information
#E50051 (or 0xE50051) is known color: Razzmatazz. HEX triplet: E5, 00 and 51. RGB value is (229,0,81). Sum of RGB (Red+Green+Blue) = 229+0+81=310 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.87% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 229 - color contains mainly: red. Hex color #E50051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50051 is #1AFFAE. Grayscale: #4D4D4D. Windows color (decimal): -1769391 or 5308645. OLE color: 5308645.
HSL color Cylindrical-coordinate representation of color #E50051: hue angle of 338.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50051 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.65 | 0.10 |
| HSL | 338.78º | 1% | 0.45% | - |
| HSV(B) | 338.78º | 1% | 0.9% | - |
| XYZ | 33.8 | 17.25 | 9.33 | - |
| YUV | 77.71 | 129.87 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 81 | 0 | 1 | 0.65 | 0.10 | 338.78 | 1 | 0.45 |
| Hex | E5 | 0 | 51 | 0 | 64 | 41 | A | 153 | 64 | 2D |
| Octal | 345 | 0 | 121 | 0 | 144 | 101 | 12 | 523 | 144 | 55 |
| Binary | 11100101 | 0 | 1010001 | 0 | 1100100 | 1000001 | 1010 | 101010011 | 1100100 | 101101 |
Color Harmonies of #E50051
Complementary color
Monochromatic Colors of #E50051
Black with #E50051
Text Example
Text Example
White with #E50051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50051; }
p { color: rgb(229,0,81); }
H1.HeaderClassName
{
color: #E50051;
}
.AnyTagClassName
{
color: #E50051;
}
</style>
background-color css
<style>
a { background-color: #E50051; }
a { background-color: rgb(229,0,81); }
div.DivClassName
{
background-color: #E50051;
}
.BgClassName
{
background-color: #E50051;
}
</style>
border-color css
<style>
span { border-color: #E50051; }
span { border-color: rgb(229,0,81); }
td.TdClassName
{
border-color: #E50051;
}
.TagClassName
{
border-color: #E50051;
}
</style>