Shades of Razzmatazz #E20151
Tints of Razzmatazz #E20151
RGB
CMYK
RGB Variations
Color information
#E20151 (or 0xE20151) is known color: Razzmatazz. HEX triplet: E2, 01 and 51. RGB value is (226,1,81). Sum of RGB (Red+Green+Blue) = 226+1+81=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E20151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20151 is #1DFEAE. Grayscale: #4D4D4D. Windows color (decimal): -1965743 or 5308898. OLE color: 5308898.
HSL color Cylindrical-coordinate representation of color #E20151: hue angle of 338.67º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20151 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.11 |
| HSL | 338.67º | 0.99% | 0.45% | - |
| HSV(B) | 338.67º | 1% | 0.89% | - |
| XYZ | 32.86 | 16.78 | 9.29 | - |
| YUV | 77.4 | 130.04 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 81 | 0 | 1.00 | 0.64 | 0.11 | 338.67 | 0.99 | 0.45 |
| Hex | E2 | 1 | 51 | 0 | 64 | 40 | B | 153 | 63 | 2D |
| Octal | 342 | 1 | 121 | 0 | 144 | 100 | 13 | 523 | 143 | 55 |
| Binary | 11100010 | 1 | 1010001 | 0 | 1100100 | 1000000 | 1011 | 101010011 | 1100011 | 101101 |
Color Harmonies of #E20151
Complementary color
Monochromatic Colors of #E20151
Black with #E20151
Text Example
Text Example
White with #E20151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20151; }
p { color: rgb(226,1,81); }
H1.HeaderClassName
{
color: #E20151;
}
.AnyTagClassName
{
color: #E20151;
}
</style>
background-color css
<style>
a { background-color: #E20151; }
a { background-color: rgb(226,1,81); }
div.DivClassName
{
background-color: #E20151;
}
.BgClassName
{
background-color: #E20151;
}
</style>
border-color css
<style>
span { border-color: #E20151; }
span { border-color: rgb(226,1,81); }
td.TdClassName
{
border-color: #E20151;
}
.TagClassName
{
border-color: #E20151;
}
</style>