Shades of Razzmatazz #E20270
Tints of Razzmatazz #E20270
RGB
CMYK
RGB Variations
Color information
#E20270 (or 0xE20270) is known color: Razzmatazz. HEX triplet: E2, 02 and 70. RGB value is (226,2,112). Sum of RGB (Red+Green+Blue) = 226+2+112=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E20270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20270 is #1DFD8F. Grayscale: #515151. Windows color (decimal): -1965456 or 7340770. OLE color: 7340770.
HSL color Cylindrical-coordinate representation of color #E20270: hue angle of 330.54º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20270 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.11 |
| HSL | 330.54º | 0.98% | 0.45% | - |
| HSV(B) | 330.54º | 0.99% | 0.89% | - |
| XYZ | 34.31 | 17.38 | 16.88 | - |
| YUV | 81.52 | 145.21 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 112 | 0 | 0.99 | 0.50 | 0.11 | 330.54 | 0.98 | 0.45 |
| Hex | E2 | 2 | 70 | 0 | 63 | 32 | B | 14B | 62 | 2D |
| Octal | 342 | 2 | 160 | 0 | 143 | 62 | 13 | 513 | 142 | 55 |
| Binary | 11100010 | 10 | 1110000 | 0 | 1100011 | 110010 | 1011 | 101001011 | 1100010 | 101101 |
Color Harmonies of #E20270
Complementary color
Monochromatic Colors of #E20270
Black with #E20270
Text Example
Text Example
White with #E20270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20270; }
p { color: rgb(226,2,112); }
H1.HeaderClassName
{
color: #E20270;
}
.AnyTagClassName
{
color: #E20270;
}
</style>
background-color css
<style>
a { background-color: #E20270; }
a { background-color: rgb(226,2,112); }
div.DivClassName
{
background-color: #E20270;
}
.BgClassName
{
background-color: #E20270;
}
</style>
border-color css
<style>
span { border-color: #E20270; }
span { border-color: rgb(226,2,112); }
td.TdClassName
{
border-color: #E20270;
}
.TagClassName
{
border-color: #E20270;
}
</style>