Shades of Razzmatazz #E20E5A
Tints of Razzmatazz #E20E5A
RGB
CMYK
RGB Variations
Color information
#E20E5A (or 0xE20E5A) is known color: Razzmatazz. HEX triplet: E2, 0E and 5A. RGB value is (226,14,90). Sum of RGB (Red+Green+Blue) = 226+14+90=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E5A is #1DF1A5. Grayscale: #555555. Windows color (decimal): -1962406 or 5902050. OLE color: 5902050.
HSL color Cylindrical-coordinate representation of color #E20E5A: hue angle of 338.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20E5A is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 14 | 90 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.11 |
| HSL | 338.49º | 0.88% | 0.47% | - |
| HSV(B) | 338.49º | 0.94% | 0.89% | - |
| XYZ | 33.37 | 17.22 | 11.24 | - |
| YUV | 86.05 | 130.24 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 90 | 0 | 0.94 | 0.60 | 0.11 | 338.49 | 0.88 | 0.47 |
| Hex | E2 | E | 5A | 0 | 5E | 3C | B | 152 | 58 | 2F |
| Octal | 342 | 16 | 132 | 0 | 136 | 74 | 13 | 522 | 130 | 57 |
| Binary | 11100010 | 1110 | 1011010 | 0 | 1011110 | 111100 | 1011 | 101010010 | 1011000 | 101111 |
Color Harmonies of #E20E5A
Complementary color
Monochromatic Colors of #E20E5A
Black with #E20E5A
Text Example
Text Example
White with #E20E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20E5A; }
p { color: rgb(226,14,90); }
H1.HeaderClassName
{
color: #E20E5A;
}
.AnyTagClassName
{
color: #E20E5A;
}
</style>
background-color css
<style>
a { background-color: #E20E5A; }
a { background-color: rgb(226,14,90); }
div.DivClassName
{
background-color: #E20E5A;
}
.BgClassName
{
background-color: #E20E5A;
}
</style>
border-color css
<style>
span { border-color: #E20E5A; }
span { border-color: rgb(226,14,90); }
td.TdClassName
{
border-color: #E20E5A;
}
.TagClassName
{
border-color: #E20E5A;
}
</style>