Shades of Razzmatazz #E70668
Tints of Razzmatazz #E70668
RGB
CMYK
RGB Variations
Color information
#E70668 (or 0xE70668) is known color: Razzmatazz. HEX triplet: E7, 06 and 68. RGB value is (231,6,104). Sum of RGB (Red+Green+Blue) = 231+6+104=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E70668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70668 is #18F997. Grayscale: #545454. Windows color (decimal): -1636760 or 6817511. OLE color: 6817511.
HSL color Cylindrical-coordinate representation of color #E70668: hue angle of 333.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70668 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.09 |
| HSL | 333.87º | 0.95% | 0.46% | - |
| HSV(B) | 333.87º | 0.97% | 0.91% | - |
| XYZ | 35.52 | 18.12 | 14.72 | - |
| YUV | 84.45 | 139.04 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 104 | 0 | 0.97 | 0.55 | 0.09 | 333.87 | 0.95 | 0.46 |
| Hex | E7 | 6 | 68 | 0 | 61 | 37 | 9 | 14E | 5F | 2E |
| Octal | 347 | 6 | 150 | 0 | 141 | 67 | 11 | 516 | 137 | 56 |
| Binary | 11100111 | 110 | 1101000 | 0 | 1100001 | 110111 | 1001 | 101001110 | 1011111 | 101110 |
Color Harmonies of #E70668
Complementary color
Monochromatic Colors of #E70668
Black with #E70668
Text Example
Text Example
White with #E70668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70668; }
p { color: rgb(231,6,104); }
H1.HeaderClassName
{
color: #E70668;
}
.AnyTagClassName
{
color: #E70668;
}
</style>
background-color css
<style>
a { background-color: #E70668; }
a { background-color: rgb(231,6,104); }
div.DivClassName
{
background-color: #E70668;
}
.BgClassName
{
background-color: #E70668;
}
</style>
border-color css
<style>
span { border-color: #E70668; }
span { border-color: rgb(231,6,104); }
td.TdClassName
{
border-color: #E70668;
}
.TagClassName
{
border-color: #E70668;
}
</style>