Shades of Razzmatazz #E6006C
Tints of Razzmatazz #E6006C
RGB
CMYK
RGB Variations
Color information
#E6006C (or 0xE6006C) is known color: Razzmatazz. HEX triplet: E6, 00 and 6C. RGB value is (230,0,108). Sum of RGB (Red+Green+Blue) = 230+0+108=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6006C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6006C is #19FF93. Grayscale: #505050. Windows color (decimal): -1703828 or 7078118. OLE color: 7078118.
HSL color Cylindrical-coordinate representation of color #E6006C: hue angle of 331.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6006C is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.53 | 0.10 |
| HSL | 331.83º | 1% | 0.45% | - |
| HSV(B) | 331.83º | 1% | 0.9% | - |
| XYZ | 35.34 | 17.91 | 15.78 | - |
| YUV | 81.08 | 143.2 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 108 | 0 | 1 | 0.53 | 0.10 | 331.83 | 1 | 0.45 |
| Hex | E6 | 0 | 6C | 0 | 64 | 35 | A | 14C | 64 | 2D |
| Octal | 346 | 0 | 154 | 0 | 144 | 65 | 12 | 514 | 144 | 55 |
| Binary | 11100110 | 0 | 1101100 | 0 | 1100100 | 110101 | 1010 | 101001100 | 1100100 | 101101 |
Color Harmonies of #E6006C
Complementary color
Monochromatic Colors of #E6006C
Black with #E6006C
Text Example
Text Example
White with #E6006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6006C; }
p { color: rgb(230,0,108); }
H1.HeaderClassName
{
color: #E6006C;
}
.AnyTagClassName
{
color: #E6006C;
}
</style>
background-color css
<style>
a { background-color: #E6006C; }
a { background-color: rgb(230,0,108); }
div.DivClassName
{
background-color: #E6006C;
}
.BgClassName
{
background-color: #E6006C;
}
</style>
border-color css
<style>
span { border-color: #E6006C; }
span { border-color: rgb(230,0,108); }
td.TdClassName
{
border-color: #E6006C;
}
.TagClassName
{
border-color: #E6006C;
}
</style>