Shades of Razzmatazz #E70175
Tints of Razzmatazz #E70175
RGB
CMYK
RGB Variations
Color information
#E70175 (or 0xE70175) is known color: Razzmatazz. HEX triplet: E7, 01 and 75. RGB value is (231,1,117). Sum of RGB (Red+Green+Blue) = 231+1+117=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E70175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70175 is #18FE8A. Grayscale: #525252. Windows color (decimal): -1638027 or 7668199. OLE color: 7668199.
HSL color Cylindrical-coordinate representation of color #E70175: hue angle of 329.74º 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 #E70175 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.09 |
| HSL | 329.74º | 0.99% | 0.45% | - |
| HSV(B) | 329.74º | 1% | 0.91% | - |
| XYZ | 36.18 | 18.29 | 18.45 | - |
| YUV | 82.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 117 | 0 | 1.00 | 0.49 | 0.09 | 329.74 | 0.99 | 0.45 |
| Hex | E7 | 1 | 75 | 0 | 64 | 31 | 9 | 14A | 63 | 2D |
| Octal | 347 | 1 | 165 | 0 | 144 | 61 | 11 | 512 | 143 | 55 |
| Binary | 11100111 | 1 | 1110101 | 0 | 1100100 | 110001 | 1001 | 101001010 | 1100011 | 101101 |
Color Harmonies of #E70175
Complementary color
Monochromatic Colors of #E70175
Black with #E70175
Text Example
Text Example
White with #E70175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70175; }
p { color: rgb(231,1,117); }
H1.HeaderClassName
{
color: #E70175;
}
.AnyTagClassName
{
color: #E70175;
}
</style>
background-color css
<style>
a { background-color: #E70175; }
a { background-color: rgb(231,1,117); }
div.DivClassName
{
background-color: #E70175;
}
.BgClassName
{
background-color: #E70175;
}
</style>
border-color css
<style>
span { border-color: #E70175; }
span { border-color: rgb(231,1,117); }
td.TdClassName
{
border-color: #E70175;
}
.TagClassName
{
border-color: #E70175;
}
</style>