Shades of Razzmatazz #E70153
Tints of Razzmatazz #E70153
RGB
CMYK
RGB Variations
Color information
#E70153 (or 0xE70153) is known color: Razzmatazz. HEX triplet: E7, 01 and 53. RGB value is (231,1,83). Sum of RGB (Red+Green+Blue) = 231+1+83=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E70153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70153 is #18FEAC. Grayscale: #4F4F4F. Windows color (decimal): -1638061 or 5439975. OLE color: 5439975.
HSL color Cylindrical-coordinate representation of color #E70153: hue angle of 338.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70153 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.09 |
| HSL | 338.61º | 0.99% | 0.45% | - |
| HSV(B) | 338.61º | 1% | 0.91% | - |
| XYZ | 34.53 | 17.64 | 9.77 | - |
| YUV | 79.12 | 130.2 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 83 | 0 | 1.00 | 0.64 | 0.09 | 338.61 | 0.99 | 0.45 |
| Hex | E7 | 1 | 53 | 0 | 64 | 40 | 9 | 153 | 63 | 2D |
| Octal | 347 | 1 | 123 | 0 | 144 | 100 | 11 | 523 | 143 | 55 |
| Binary | 11100111 | 1 | 1010011 | 0 | 1100100 | 1000000 | 1001 | 101010011 | 1100011 | 101101 |
Color Harmonies of #E70153
Complementary color
Monochromatic Colors of #E70153
Black with #E70153
Text Example
Text Example
White with #E70153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70153; }
p { color: rgb(231,1,83); }
H1.HeaderClassName
{
color: #E70153;
}
.AnyTagClassName
{
color: #E70153;
}
</style>
background-color css
<style>
a { background-color: #E70153; }
a { background-color: rgb(231,1,83); }
div.DivClassName
{
background-color: #E70153;
}
.BgClassName
{
background-color: #E70153;
}
</style>
border-color css
<style>
span { border-color: #E70153; }
span { border-color: rgb(231,1,83); }
td.TdClassName
{
border-color: #E70153;
}
.TagClassName
{
border-color: #E70153;
}
</style>