Shades of Razzmatazz #E7066C
Tints of Razzmatazz #E7066C
RGB
CMYK
RGB Variations
Color information
#E7066C (or 0xE7066C) is known color: Razzmatazz. HEX triplet: E7, 06 and 6C. RGB value is (231,6,108). Sum of RGB (Red+Green+Blue) = 231+6+108=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E7066C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7066C is #18F993. Grayscale: #545454. Windows color (decimal): -1636756 or 7079655. OLE color: 7079655.
HSL color Cylindrical-coordinate representation of color #E7066C: hue angle of 332.8º 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 #E7066C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 108 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.09 |
| HSL | 332.8º | 0.95% | 0.46% | - |
| HSV(B) | 332.8º | 0.97% | 0.91% | - |
| XYZ | 35.73 | 18.2 | 15.82 | - |
| YUV | 84.9 | 141.04 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 108 | 0 | 0.97 | 0.53 | 0.09 | 332.8 | 0.95 | 0.46 |
| Hex | E7 | 6 | 6C | 0 | 61 | 35 | 9 | 14D | 5F | 2E |
| Octal | 347 | 6 | 154 | 0 | 141 | 65 | 11 | 515 | 137 | 56 |
| Binary | 11100111 | 110 | 1101100 | 0 | 1100001 | 110101 | 1001 | 101001101 | 1011111 | 101110 |
Color Harmonies of #E7066C
Complementary color
Monochromatic Colors of #E7066C
Black with #E7066C
Text Example
Text Example
White with #E7066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7066C; }
p { color: rgb(231,6,108); }
H1.HeaderClassName
{
color: #E7066C;
}
.AnyTagClassName
{
color: #E7066C;
}
</style>
background-color css
<style>
a { background-color: #E7066C; }
a { background-color: rgb(231,6,108); }
div.DivClassName
{
background-color: #E7066C;
}
.BgClassName
{
background-color: #E7066C;
}
</style>
border-color css
<style>
span { border-color: #E7066C; }
span { border-color: rgb(231,6,108); }
td.TdClassName
{
border-color: #E7066C;
}
.TagClassName
{
border-color: #E7066C;
}
</style>