Shades of Razzmatazz #E7066E
Tints of Razzmatazz #E7066E
RGB
CMYK
RGB Variations
Color information
#E7066E (or 0xE7066E) is known color: Razzmatazz. HEX triplet: E7, 06 and 6E. RGB value is (231,6,110). Sum of RGB (Red+Green+Blue) = 231+6+110=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 6 (2.73% from 255 or 1.73% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E7066E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7066E is #18F991. Grayscale: #545454. Windows color (decimal): -1636754 or 7210727. OLE color: 7210727.
HSL color Cylindrical-coordinate representation of color #E7066E: hue angle of 332.27º 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 #E7066E is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 110 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.09 |
| HSL | 332.27º | 0.95% | 0.46% | - |
| HSV(B) | 332.27º | 0.97% | 0.91% | - |
| XYZ | 35.83 | 18.24 | 16.38 | - |
| YUV | 85.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 110 | 0 | 0.97 | 0.52 | 0.09 | 332.27 | 0.95 | 0.46 |
| Hex | E7 | 6 | 6E | 0 | 61 | 34 | 9 | 14C | 5F | 2E |
| Octal | 347 | 6 | 156 | 0 | 141 | 64 | 11 | 514 | 137 | 56 |
| Binary | 11100111 | 110 | 1101110 | 0 | 1100001 | 110100 | 1001 | 101001100 | 1011111 | 101110 |
Color Harmonies of #E7066E
Complementary color
Monochromatic Colors of #E7066E
Black with #E7066E
Text Example
Text Example
White with #E7066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7066E; }
p { color: rgb(231,6,110); }
H1.HeaderClassName
{
color: #E7066E;
}
.AnyTagClassName
{
color: #E7066E;
}
</style>
background-color css
<style>
a { background-color: #E7066E; }
a { background-color: rgb(231,6,110); }
div.DivClassName
{
background-color: #E7066E;
}
.BgClassName
{
background-color: #E7066E;
}
</style>
border-color css
<style>
span { border-color: #E7066E; }
span { border-color: rgb(231,6,110); }
td.TdClassName
{
border-color: #E7066E;
}
.TagClassName
{
border-color: #E7066E;
}
</style>