Shades of Razzmatazz #E6006F
Tints of Razzmatazz #E6006F
RGB
CMYK
RGB Variations
Color information
#E6006F (or 0xE6006F) is known color: Razzmatazz. HEX triplet: E6, 00 and 6F. RGB value is (230,0,111). Sum of RGB (Red+Green+Blue) = 230+0+111=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6006F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6006F is #19FF90. Grayscale: #515151. Windows color (decimal): -1703825 or 7274726. OLE color: 7274726.
HSL color Cylindrical-coordinate representation of color #E6006F: hue angle of 331.04º 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 #E6006F is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.52 | 0.10 |
| HSL | 331.04º | 1% | 0.45% | - |
| HSV(B) | 331.04º | 1% | 0.9% | - |
| XYZ | 35.5 | 17.97 | 16.64 | - |
| YUV | 81.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 111 | 0 | 1 | 0.52 | 0.10 | 331.04 | 1 | 0.45 |
| Hex | E6 | 0 | 6F | 0 | 64 | 34 | A | 14B | 64 | 2D |
| Octal | 346 | 0 | 157 | 0 | 144 | 64 | 12 | 513 | 144 | 55 |
| Binary | 11100110 | 0 | 1101111 | 0 | 1100100 | 110100 | 1010 | 101001011 | 1100100 | 101101 |
Color Harmonies of #E6006F
Complementary color
Monochromatic Colors of #E6006F
Black with #E6006F
Text Example
Text Example
White with #E6006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6006F; }
p { color: rgb(230,0,111); }
H1.HeaderClassName
{
color: #E6006F;
}
.AnyTagClassName
{
color: #E6006F;
}
</style>
background-color css
<style>
a { background-color: #E6006F; }
a { background-color: rgb(230,0,111); }
div.DivClassName
{
background-color: #E6006F;
}
.BgClassName
{
background-color: #E6006F;
}
</style>
border-color css
<style>
span { border-color: #E6006F; }
span { border-color: rgb(230,0,111); }
td.TdClassName
{
border-color: #E6006F;
}
.TagClassName
{
border-color: #E6006F;
}
</style>