Shades of Razzmatazz #E7017C
Tints of Razzmatazz #E7017C
RGB
CMYK
RGB Variations
Color information
#E7017C (or 0xE7017C) is known color: Razzmatazz. HEX triplet: E7, 01 and 7C. RGB value is (231,1,124). Sum of RGB (Red+Green+Blue) = 231+1+124=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7017C is #18FE83. Grayscale: #535353. Windows color (decimal): -1638020 or 8126951. OLE color: 8126951.
HSL color Cylindrical-coordinate representation of color #E7017C: hue angle of 327.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7017C is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.09 |
| HSL | 327.91º | 0.99% | 0.45% | - |
| HSV(B) | 327.91º | 1% | 0.91% | - |
| XYZ | 36.6 | 18.47 | 20.7 | - |
| YUV | 83.79 | 150.7 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 124 | 0 | 1.00 | 0.46 | 0.09 | 327.91 | 0.99 | 0.45 |
| Hex | E7 | 1 | 7C | 0 | 64 | 2E | 9 | 148 | 63 | 2D |
| Octal | 347 | 1 | 174 | 0 | 144 | 56 | 11 | 510 | 143 | 55 |
| Binary | 11100111 | 1 | 1111100 | 0 | 1100100 | 101110 | 1001 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E7017C
Complementary color
Monochromatic Colors of #E7017C
Black with #E7017C
Text Example
Text Example
White with #E7017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7017C; }
p { color: rgb(231,1,124); }
H1.HeaderClassName
{
color: #E7017C;
}
.AnyTagClassName
{
color: #E7017C;
}
</style>
background-color css
<style>
a { background-color: #E7017C; }
a { background-color: rgb(231,1,124); }
div.DivClassName
{
background-color: #E7017C;
}
.BgClassName
{
background-color: #E7017C;
}
</style>
border-color css
<style>
span { border-color: #E7017C; }
span { border-color: rgb(231,1,124); }
td.TdClassName
{
border-color: #E7017C;
}
.TagClassName
{
border-color: #E7017C;
}
</style>