Shades of Razzmatazz #E70569
Tints of Razzmatazz #E70569
RGB
CMYK
RGB Variations
Color information
#E70569 (or 0xE70569) is known color: Razzmatazz. HEX triplet: E7, 05 and 69. RGB value is (231,5,105). Sum of RGB (Red+Green+Blue) = 231+5+105=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E70569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70569 is #18FA96. Grayscale: #535353. Windows color (decimal): -1637015 or 6882791. OLE color: 6882791.
HSL color Cylindrical-coordinate representation of color #E70569: hue angle of 333.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70569 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.09 |
| HSL | 333.45º | 0.96% | 0.46% | - |
| HSV(B) | 333.45º | 0.98% | 0.91% | - |
| XYZ | 35.56 | 18.12 | 14.99 | - |
| YUV | 83.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 105 | 0 | 0.98 | 0.55 | 0.09 | 333.45 | 0.96 | 0.46 |
| Hex | E7 | 5 | 69 | 0 | 62 | 37 | 9 | 14D | 60 | 2E |
| Octal | 347 | 5 | 151 | 0 | 142 | 67 | 11 | 515 | 140 | 56 |
| Binary | 11100111 | 101 | 1101001 | 0 | 1100010 | 110111 | 1001 | 101001101 | 1100000 | 101110 |
Color Harmonies of #E70569
Complementary color
Monochromatic Colors of #E70569
Black with #E70569
Text Example
Text Example
White with #E70569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70569; }
p { color: rgb(231,5,105); }
H1.HeaderClassName
{
color: #E70569;
}
.AnyTagClassName
{
color: #E70569;
}
</style>
background-color css
<style>
a { background-color: #E70569; }
a { background-color: rgb(231,5,105); }
div.DivClassName
{
background-color: #E70569;
}
.BgClassName
{
background-color: #E70569;
}
</style>
border-color css
<style>
span { border-color: #E70569; }
span { border-color: rgb(231,5,105); }
td.TdClassName
{
border-color: #E70569;
}
.TagClassName
{
border-color: #E70569;
}
</style>