Shades of Razzmatazz #E7017A
Tints of Razzmatazz #E7017A
RGB
CMYK
RGB Variations
Color information
#E7017A (or 0xE7017A) is known color: Razzmatazz. HEX triplet: E7, 01 and 7A. RGB value is (231,1,122). Sum of RGB (Red+Green+Blue) = 231+1+122=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E7017A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7017A is #18FE85. Grayscale: #535353. Windows color (decimal): -1638022 or 7995879. OLE color: 7995879.
HSL color Cylindrical-coordinate representation of color #E7017A: hue angle of 328.43º 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 #E7017A is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 122 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.09 |
| HSL | 328.43º | 0.99% | 0.45% | - |
| HSV(B) | 328.43º | 1% | 0.91% | - |
| XYZ | 36.48 | 18.42 | 20.04 | - |
| YUV | 83.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 122 | 0 | 1.00 | 0.47 | 0.09 | 328.43 | 0.99 | 0.45 |
| Hex | E7 | 1 | 7A | 0 | 64 | 2F | 9 | 148 | 63 | 2D |
| Octal | 347 | 1 | 172 | 0 | 144 | 57 | 11 | 510 | 143 | 55 |
| Binary | 11100111 | 1 | 1111010 | 0 | 1100100 | 101111 | 1001 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E7017A
Complementary color
Monochromatic Colors of #E7017A
Black with #E7017A
Text Example
Text Example
White with #E7017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7017A; }
p { color: rgb(231,1,122); }
H1.HeaderClassName
{
color: #E7017A;
}
.AnyTagClassName
{
color: #E7017A;
}
</style>
background-color css
<style>
a { background-color: #E7017A; }
a { background-color: rgb(231,1,122); }
div.DivClassName
{
background-color: #E7017A;
}
.BgClassName
{
background-color: #E7017A;
}
</style>
border-color css
<style>
span { border-color: #E7017A; }
span { border-color: rgb(231,1,122); }
td.TdClassName
{
border-color: #E7017A;
}
.TagClassName
{
border-color: #E7017A;
}
</style>