Shades of Razzmatazz #E7066A
Tints of Razzmatazz #E7066A
RGB
CMYK
RGB Variations
Color information
#E7066A (or 0xE7066A) is known color: Razzmatazz. HEX triplet: E7, 06 and 6A. RGB value is (231,6,106). Sum of RGB (Red+Green+Blue) = 231+6+106=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7066A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7066A is #18F995. Grayscale: #545454. Windows color (decimal): -1636758 or 6948583. OLE color: 6948583.
HSL color Cylindrical-coordinate representation of color #E7066A: hue angle of 333.33º 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 #E7066A is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.09 |
| HSL | 333.33º | 0.95% | 0.46% | - |
| HSV(B) | 333.33º | 0.97% | 0.91% | - |
| XYZ | 35.62 | 18.16 | 15.26 | - |
| YUV | 84.68 | 140.04 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 106 | 0 | 0.97 | 0.54 | 0.09 | 333.33 | 0.95 | 0.46 |
| Hex | E7 | 6 | 6A | 0 | 61 | 36 | 9 | 14D | 5F | 2E |
| Octal | 347 | 6 | 152 | 0 | 141 | 66 | 11 | 515 | 137 | 56 |
| Binary | 11100111 | 110 | 1101010 | 0 | 1100001 | 110110 | 1001 | 101001101 | 1011111 | 101110 |
Color Harmonies of #E7066A
Complementary color
Monochromatic Colors of #E7066A
Black with #E7066A
Text Example
Text Example
White with #E7066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7066A; }
p { color: rgb(231,6,106); }
H1.HeaderClassName
{
color: #E7066A;
}
.AnyTagClassName
{
color: #E7066A;
}
</style>
background-color css
<style>
a { background-color: #E7066A; }
a { background-color: rgb(231,6,106); }
div.DivClassName
{
background-color: #E7066A;
}
.BgClassName
{
background-color: #E7066A;
}
</style>
border-color css
<style>
span { border-color: #E7066A; }
span { border-color: rgb(231,6,106); }
td.TdClassName
{
border-color: #E7066A;
}
.TagClassName
{
border-color: #E7066A;
}
</style>