Shades of Razzmatazz #E70063
Tints of Razzmatazz #E70063
RGB
CMYK
RGB Variations
Color information
#E70063 (or 0xE70063) is known color: Razzmatazz. HEX triplet: E7, 00 and 63. RGB value is (231,0,99). Sum of RGB (Red+Green+Blue) = 231+0+99=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E70063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70063 is #18FF9C. Grayscale: #505050. Windows color (decimal): -1638301 or 6488295. OLE color: 6488295.
HSL color Cylindrical-coordinate representation of color #E70063: hue angle of 334.29º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70063 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.57 | 0.09 |
| HSL | 334.29º | 1% | 0.45% | - |
| HSV(B) | 334.29º | 1% | 0.91% | - |
| XYZ | 35.21 | 17.89 | 13.4 | - |
| YUV | 80.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 99 | 0 | 1 | 0.57 | 0.09 | 334.29 | 1 | 0.45 |
| Hex | E7 | 0 | 63 | 0 | 64 | 39 | 9 | 14E | 64 | 2D |
| Octal | 347 | 0 | 143 | 0 | 144 | 71 | 11 | 516 | 144 | 55 |
| Binary | 11100111 | 0 | 1100011 | 0 | 1100100 | 111001 | 1001 | 101001110 | 1100100 | 101101 |
Color Harmonies of #E70063
Complementary color
Monochromatic Colors of #E70063
Black with #E70063
Text Example
Text Example
White with #E70063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70063; }
p { color: rgb(231,0,99); }
H1.HeaderClassName
{
color: #E70063;
}
.AnyTagClassName
{
color: #E70063;
}
</style>
background-color css
<style>
a { background-color: #E70063; }
a { background-color: rgb(231,0,99); }
div.DivClassName
{
background-color: #E70063;
}
.BgClassName
{
background-color: #E70063;
}
</style>
border-color css
<style>
span { border-color: #E70063; }
span { border-color: rgb(231,0,99); }
td.TdClassName
{
border-color: #E70063;
}
.TagClassName
{
border-color: #E70063;
}
</style>