Shades of Razzmatazz #E6017A
Tints of Razzmatazz #E6017A
RGB
CMYK
RGB Variations
Color information
#E6017A (or 0xE6017A) is known color: Razzmatazz. HEX triplet: E6, 01 and 7A. RGB value is (230,1,122). Sum of RGB (Red+Green+Blue) = 230+1+122=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E6017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6017A is #19FE85. Grayscale: #535353. Windows color (decimal): -1703558 or 7995878. OLE color: 7995878.
HSL color Cylindrical-coordinate representation of color #E6017A: hue angle of 328.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6017A is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.10 |
| HSL | 328.3º | 0.99% | 0.45% | - |
| HSV(B) | 328.3º | 1% | 0.9% | - |
| XYZ | 36.16 | 18.25 | 20.03 | - |
| YUV | 83.27 | 149.87 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 122 | 0 | 1.00 | 0.47 | 0.10 | 328.3 | 0.99 | 0.45 |
| Hex | E6 | 1 | 7A | 0 | 64 | 2F | A | 148 | 63 | 2D |
| Octal | 346 | 1 | 172 | 0 | 144 | 57 | 12 | 510 | 143 | 55 |
| Binary | 11100110 | 1 | 1111010 | 0 | 1100100 | 101111 | 1010 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E6017A
Complementary color
Monochromatic Colors of #E6017A
Black with #E6017A
Text Example
Text Example
White with #E6017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6017A; }
p { color: rgb(230,1,122); }
H1.HeaderClassName
{
color: #E6017A;
}
.AnyTagClassName
{
color: #E6017A;
}
</style>
background-color css
<style>
a { background-color: #E6017A; }
a { background-color: rgb(230,1,122); }
div.DivClassName
{
background-color: #E6017A;
}
.BgClassName
{
background-color: #E6017A;
}
</style>
border-color css
<style>
span { border-color: #E6017A; }
span { border-color: rgb(230,1,122); }
td.TdClassName
{
border-color: #E6017A;
}
.TagClassName
{
border-color: #E6017A;
}
</style>