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