Shades of Razzmatazz #E70566
Tints of Razzmatazz #E70566
RGB
CMYK
RGB Variations
Color information
#E70566 (or 0xE70566) is known color: Razzmatazz. HEX triplet: E7, 05 and 66. RGB value is (231,5,102). Sum of RGB (Red+Green+Blue) = 231+5+102=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E70566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70566 is #18FA99. Grayscale: #535353. Windows color (decimal): -1637018 or 6686183. OLE color: 6686183.
HSL color Cylindrical-coordinate representation of color #E70566: hue angle of 334.25º 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 #E70566 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.09 |
| HSL | 334.25º | 0.96% | 0.46% | - |
| HSV(B) | 334.25º | 0.98% | 0.91% | - |
| XYZ | 35.41 | 18.06 | 14.19 | - |
| YUV | 83.63 | 138.37 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 102 | 0 | 0.98 | 0.56 | 0.09 | 334.25 | 0.96 | 0.46 |
| Hex | E7 | 5 | 66 | 0 | 62 | 38 | 9 | 14E | 60 | 2E |
| Octal | 347 | 5 | 146 | 0 | 142 | 70 | 11 | 516 | 140 | 56 |
| Binary | 11100111 | 101 | 1100110 | 0 | 1100010 | 111000 | 1001 | 101001110 | 1100000 | 101110 |
Color Harmonies of #E70566
Complementary color
Monochromatic Colors of #E70566
Black with #E70566
Text Example
Text Example
White with #E70566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70566; }
p { color: rgb(231,5,102); }
H1.HeaderClassName
{
color: #E70566;
}
.AnyTagClassName
{
color: #E70566;
}
</style>
background-color css
<style>
a { background-color: #E70566; }
a { background-color: rgb(231,5,102); }
div.DivClassName
{
background-color: #E70566;
}
.BgClassName
{
background-color: #E70566;
}
</style>
border-color css
<style>
span { border-color: #E70566; }
span { border-color: rgb(231,5,102); }
td.TdClassName
{
border-color: #E70566;
}
.TagClassName
{
border-color: #E70566;
}
</style>