Shades of Razzmatazz #E00051
Tints of Razzmatazz #E00051
RGB
CMYK
RGB Variations
Color information
#E00051 (or 0xE00051) is known color: Razzmatazz. HEX triplet: E0, 00 and 51. RGB value is (224,0,81). Sum of RGB (Red+Green+Blue) = 224+0+81=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E00051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00051 is #1FFFAE. Grayscale: #4C4C4C. Windows color (decimal): -2097071 or 5308640. OLE color: 5308640.
HSL color Cylindrical-coordinate representation of color #E00051: hue angle of 338.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00051 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.64 | 0.12 |
| HSL | 338.3º | 1% | 0.44% | - |
| HSV(B) | 338.3º | 1% | 0.88% | - |
| XYZ | 32.23 | 16.44 | 9.26 | - |
| YUV | 76.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 81 | 0 | 1 | 0.64 | 0.12 | 338.3 | 1 | 0.44 |
| Hex | E0 | 0 | 51 | 0 | 64 | 40 | C | 152 | 64 | 2C |
| Octal | 340 | 0 | 121 | 0 | 144 | 100 | 14 | 522 | 144 | 54 |
| Binary | 11100000 | 0 | 1010001 | 0 | 1100100 | 1000000 | 1100 | 101010010 | 1100100 | 101100 |
Color Harmonies of #E00051
Complementary color
Monochromatic Colors of #E00051
Black with #E00051
Text Example
Text Example
White with #E00051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00051; }
p { color: rgb(224,0,81); }
H1.HeaderClassName
{
color: #E00051;
}
.AnyTagClassName
{
color: #E00051;
}
</style>
background-color css
<style>
a { background-color: #E00051; }
a { background-color: rgb(224,0,81); }
div.DivClassName
{
background-color: #E00051;
}
.BgClassName
{
background-color: #E00051;
}
</style>
border-color css
<style>
span { border-color: #E00051; }
span { border-color: rgb(224,0,81); }
td.TdClassName
{
border-color: #E00051;
}
.TagClassName
{
border-color: #E00051;
}
</style>