Shades of Razzmatazz #E70275
Tints of Razzmatazz #E70275
RGB
CMYK
RGB Variations
Color information
#E70275 (or 0xE70275) is known color: Razzmatazz. HEX triplet: E7, 02 and 75. RGB value is (231,2,117). Sum of RGB (Red+Green+Blue) = 231+2+117=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E70275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70275 is #18FD8A. Grayscale: #535353. Windows color (decimal): -1637771 or 7668455. OLE color: 7668455.
HSL color Cylindrical-coordinate representation of color #E70275: hue angle of 329.87º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70275 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.09 |
| HSL | 329.87º | 0.98% | 0.46% | - |
| HSV(B) | 329.87º | 0.99% | 0.91% | - |
| XYZ | 36.19 | 18.32 | 18.46 | - |
| YUV | 83.58 | 146.87 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 117 | 0 | 0.99 | 0.49 | 0.09 | 329.87 | 0.98 | 0.46 |
| Hex | E7 | 2 | 75 | 0 | 63 | 31 | 9 | 14A | 62 | 2E |
| Octal | 347 | 2 | 165 | 0 | 143 | 61 | 11 | 512 | 142 | 56 |
| Binary | 11100111 | 10 | 1110101 | 0 | 1100011 | 110001 | 1001 | 101001010 | 1100010 | 101110 |
Color Harmonies of #E70275
Complementary color
Monochromatic Colors of #E70275
Black with #E70275
Text Example
Text Example
White with #E70275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70275; }
p { color: rgb(231,2,117); }
H1.HeaderClassName
{
color: #E70275;
}
.AnyTagClassName
{
color: #E70275;
}
</style>
background-color css
<style>
a { background-color: #E70275; }
a { background-color: rgb(231,2,117); }
div.DivClassName
{
background-color: #E70275;
}
.BgClassName
{
background-color: #E70275;
}
</style>
border-color css
<style>
span { border-color: #E70275; }
span { border-color: rgb(231,2,117); }
td.TdClassName
{
border-color: #E70275;
}
.TagClassName
{
border-color: #E70275;
}
</style>