Shades of Razzmatazz #E20C5A
Tints of Razzmatazz #E20C5A
RGB
CMYK
RGB Variations
Color information
#E20C5A (or 0xE20C5A) is known color: Razzmatazz. HEX triplet: E2, 0C and 5A. RGB value is (226,12,90). Sum of RGB (Red+Green+Blue) = 226+12+90=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20C5A is #1DF3A5. Grayscale: #545454. Windows color (decimal): -1962918 or 5901538. OLE color: 5901538.
HSL color Cylindrical-coordinate representation of color #E20C5A: hue angle of 338.13º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20C5A is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 90 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.11 |
| HSL | 338.13º | 0.9% | 0.47% | - |
| HSV(B) | 338.13º | 0.95% | 0.89% | - |
| XYZ | 33.34 | 17.17 | 11.23 | - |
| YUV | 84.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 90 | 0 | 0.95 | 0.60 | 0.11 | 338.13 | 0.9 | 0.47 |
| Hex | E2 | C | 5A | 0 | 5F | 3C | B | 152 | 5A | 2F |
| Octal | 342 | 14 | 132 | 0 | 137 | 74 | 13 | 522 | 132 | 57 |
| Binary | 11100010 | 1100 | 1011010 | 0 | 1011111 | 111100 | 1011 | 101010010 | 1011010 | 101111 |
Color Harmonies of #E20C5A
Complementary color
Monochromatic Colors of #E20C5A
Black with #E20C5A
Text Example
Text Example
White with #E20C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C5A; }
p { color: rgb(226,12,90); }
H1.HeaderClassName
{
color: #E20C5A;
}
.AnyTagClassName
{
color: #E20C5A;
}
</style>
background-color css
<style>
a { background-color: #E20C5A; }
a { background-color: rgb(226,12,90); }
div.DivClassName
{
background-color: #E20C5A;
}
.BgClassName
{
background-color: #E20C5A;
}
</style>
border-color css
<style>
span { border-color: #E20C5A; }
span { border-color: rgb(226,12,90); }
td.TdClassName
{
border-color: #E20C5A;
}
.TagClassName
{
border-color: #E20C5A;
}
</style>