Shades of Razzmatazz #E70261
Tints of Razzmatazz #E70261
RGB
CMYK
RGB Variations
Color information
#E70261 (or 0xE70261) is known color: Razzmatazz. HEX triplet: E7, 02 and 61. RGB value is (231,2,97). Sum of RGB (Red+Green+Blue) = 231+2+97=330 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 231 - color contains mainly: red. Hex color #E70261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70261 is #18FD9E. Grayscale: #515151. Windows color (decimal): -1637791 or 6357735. OLE color: 6357735.
HSL color Cylindrical-coordinate representation of color #E70261: hue angle of 335.11º 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 #E70261 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.09 |
| HSL | 335.11º | 0.98% | 0.46% | - |
| HSV(B) | 335.11º | 0.99% | 0.91% | - |
| XYZ | 35.13 | 17.9 | 12.91 | - |
| YUV | 81.3 | 136.87 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 97 | 0 | 0.99 | 0.58 | 0.09 | 335.11 | 0.98 | 0.46 |
| Hex | E7 | 2 | 61 | 0 | 63 | 3A | 9 | 14F | 62 | 2E |
| Octal | 347 | 2 | 141 | 0 | 143 | 72 | 11 | 517 | 142 | 56 |
| Binary | 11100111 | 10 | 1100001 | 0 | 1100011 | 111010 | 1001 | 101001111 | 1100010 | 101110 |
Color Harmonies of #E70261
Complementary color
Monochromatic Colors of #E70261
Black with #E70261
Text Example
Text Example
White with #E70261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70261; }
p { color: rgb(231,2,97); }
H1.HeaderClassName
{
color: #E70261;
}
.AnyTagClassName
{
color: #E70261;
}
</style>
background-color css
<style>
a { background-color: #E70261; }
a { background-color: rgb(231,2,97); }
div.DivClassName
{
background-color: #E70261;
}
.BgClassName
{
background-color: #E70261;
}
</style>
border-color css
<style>
span { border-color: #E70261; }
span { border-color: rgb(231,2,97); }
td.TdClassName
{
border-color: #E70261;
}
.TagClassName
{
border-color: #E70261;
}
</style>