Shades of Razzmatazz #E00551
Tints of Razzmatazz #E00551
RGB
CMYK
RGB Variations
Color information
#E00551 (or 0xE00551) is known color: Razzmatazz. HEX triplet: E0, 05 and 51. RGB value is (224,5,81). Sum of RGB (Red+Green+Blue) = 224+5+81=310 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.26% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 224 - color contains mainly: red. Hex color #E00551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00551 is #1FFAAE. Grayscale: #4F4F4F. Windows color (decimal): -2095791 or 5309920. OLE color: 5309920.
HSL color Cylindrical-coordinate representation of color #E00551: hue angle of 339.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00551 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.12 |
| HSL | 339.18º | 0.96% | 0.45% | - |
| HSV(B) | 339.18º | 0.98% | 0.88% | - |
| XYZ | 32.28 | 16.55 | 9.28 | - |
| YUV | 79.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 81 | 0 | 0.98 | 0.64 | 0.12 | 339.18 | 0.96 | 0.45 |
| Hex | E0 | 5 | 51 | 0 | 62 | 40 | C | 153 | 60 | 2D |
| Octal | 340 | 5 | 121 | 0 | 142 | 100 | 14 | 523 | 140 | 55 |
| Binary | 11100000 | 101 | 1010001 | 0 | 1100010 | 1000000 | 1100 | 101010011 | 1100000 | 101101 |
Color Harmonies of #E00551
Complementary color
Monochromatic Colors of #E00551
Black with #E00551
Text Example
Text Example
White with #E00551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00551; }
p { color: rgb(224,5,81); }
H1.HeaderClassName
{
color: #E00551;
}
.AnyTagClassName
{
color: #E00551;
}
</style>
background-color css
<style>
a { background-color: #E00551; }
a { background-color: rgb(224,5,81); }
div.DivClassName
{
background-color: #E00551;
}
.BgClassName
{
background-color: #E00551;
}
</style>
border-color css
<style>
span { border-color: #E00551; }
span { border-color: rgb(224,5,81); }
td.TdClassName
{
border-color: #E00551;
}
.TagClassName
{
border-color: #E00551;
}
</style>