Shades of Razzmatazz #E20263
Tints of Razzmatazz #E20263
RGB
CMYK
RGB Variations
Color information
#E20263 (or 0xE20263) is known color: Razzmatazz. HEX triplet: E2, 02 and 63. RGB value is (226,2,99). Sum of RGB (Red+Green+Blue) = 226+2+99=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E20263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20263 is #1DFD9C. Grayscale: #4F4F4F. Windows color (decimal): -1965469 or 6488802. OLE color: 6488802.
HSL color Cylindrical-coordinate representation of color #E20263: hue angle of 334.02º 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 #E20263 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 99 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.11 |
| HSL | 334.02º | 0.98% | 0.45% | - |
| HSV(B) | 334.02º | 0.99% | 0.89% | - |
| XYZ | 33.64 | 17.11 | 13.33 | - |
| YUV | 80.03 | 138.71 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 99 | 0 | 0.99 | 0.56 | 0.11 | 334.02 | 0.98 | 0.45 |
| Hex | E2 | 2 | 63 | 0 | 63 | 38 | B | 14E | 62 | 2D |
| Octal | 342 | 2 | 143 | 0 | 143 | 70 | 13 | 516 | 142 | 55 |
| Binary | 11100010 | 10 | 1100011 | 0 | 1100011 | 111000 | 1011 | 101001110 | 1100010 | 101101 |
Color Harmonies of #E20263
Complementary color
Monochromatic Colors of #E20263
Black with #E20263
Text Example
Text Example
White with #E20263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20263; }
p { color: rgb(226,2,99); }
H1.HeaderClassName
{
color: #E20263;
}
.AnyTagClassName
{
color: #E20263;
}
</style>
background-color css
<style>
a { background-color: #E20263; }
a { background-color: rgb(226,2,99); }
div.DivClassName
{
background-color: #E20263;
}
.BgClassName
{
background-color: #E20263;
}
</style>
border-color css
<style>
span { border-color: #E20263; }
span { border-color: rgb(226,2,99); }
td.TdClassName
{
border-color: #E20263;
}
.TagClassName
{
border-color: #E20263;
}
</style>