Shades of Razzmatazz #E6066B
Tints of Razzmatazz #E6066B
RGB
CMYK
RGB Variations
Color information
#E6066B (or 0xE6066B) is known color: Razzmatazz. HEX triplet: E6, 06 and 6B. RGB value is (230,6,107). Sum of RGB (Red+Green+Blue) = 230+6+107=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6066B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6066B is #19F994. Grayscale: #545454. Windows color (decimal): -1702293 or 7014118. OLE color: 7014118.
HSL color Cylindrical-coordinate representation of color #E6066B: hue angle of 332.95º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6066B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.10 |
| HSL | 332.95º | 0.95% | 0.46% | - |
| HSV(B) | 332.95º | 0.97% | 0.9% | - |
| XYZ | 35.35 | 18.01 | 15.52 | - |
| YUV | 84.49 | 140.71 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 6 | 107 | 0 | 0.97 | 0.53 | 0.10 | 332.95 | 0.95 | 0.46 |
| Hex | E6 | 6 | 6B | 0 | 61 | 35 | A | 14D | 5F | 2E |
| Octal | 346 | 6 | 153 | 0 | 141 | 65 | 12 | 515 | 137 | 56 |
| Binary | 11100110 | 110 | 1101011 | 0 | 1100001 | 110101 | 1010 | 101001101 | 1011111 | 101110 |
Color Harmonies of #E6066B
Complementary color
Monochromatic Colors of #E6066B
Black with #E6066B
Text Example
Text Example
White with #E6066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6066B; }
p { color: rgb(230,6,107); }
H1.HeaderClassName
{
color: #E6066B;
}
.AnyTagClassName
{
color: #E6066B;
}
</style>
background-color css
<style>
a { background-color: #E6066B; }
a { background-color: rgb(230,6,107); }
div.DivClassName
{
background-color: #E6066B;
}
.BgClassName
{
background-color: #E6066B;
}
</style>
border-color css
<style>
span { border-color: #E6066B; }
span { border-color: rgb(230,6,107); }
td.TdClassName
{
border-color: #E6066B;
}
.TagClassName
{
border-color: #E6066B;
}
</style>