Shades of Razzmatazz #E20152
Tints of Razzmatazz #E20152
RGB
CMYK
RGB Variations
Color information
#E20152 (or 0xE20152) is known color: Razzmatazz. HEX triplet: E2, 01 and 52. RGB value is (226,1,82). Sum of RGB (Red+Green+Blue) = 226+1+82=309 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.14% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 226 - color contains mainly: red. Hex color #E20152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20152 is #1DFEAD. Grayscale: #4D4D4D. Windows color (decimal): -1965742 or 5374434. OLE color: 5374434.
HSL color Cylindrical-coordinate representation of color #E20152: hue angle of 338.4º 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 #E20152 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 82 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.11 |
| HSL | 338.4º | 0.99% | 0.45% | - |
| HSV(B) | 338.4º | 1% | 0.89% | - |
| XYZ | 32.9 | 16.8 | 9.49 | - |
| YUV | 77.51 | 130.54 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 82 | 0 | 1.00 | 0.64 | 0.11 | 338.4 | 0.99 | 0.45 |
| Hex | E2 | 1 | 52 | 0 | 64 | 40 | B | 152 | 63 | 2D |
| Octal | 342 | 1 | 122 | 0 | 144 | 100 | 13 | 522 | 143 | 55 |
| Binary | 11100010 | 1 | 1010010 | 0 | 1100100 | 1000000 | 1011 | 101010010 | 1100011 | 101101 |
Color Harmonies of #E20152
Complementary color
Monochromatic Colors of #E20152
Black with #E20152
Text Example
Text Example
White with #E20152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20152; }
p { color: rgb(226,1,82); }
H1.HeaderClassName
{
color: #E20152;
}
.AnyTagClassName
{
color: #E20152;
}
</style>
background-color css
<style>
a { background-color: #E20152; }
a { background-color: rgb(226,1,82); }
div.DivClassName
{
background-color: #E20152;
}
.BgClassName
{
background-color: #E20152;
}
</style>
border-color css
<style>
span { border-color: #E20152; }
span { border-color: rgb(226,1,82); }
td.TdClassName
{
border-color: #E20152;
}
.TagClassName
{
border-color: #E20152;
}
</style>