Shades of Razzmatazz #E8017C
Tints of Razzmatazz #E8017C
RGB
CMYK
RGB Variations
Color information
#E8017C (or 0xE8017C) is known color: Razzmatazz. HEX triplet: E8, 01 and 7C. RGB value is (232,1,124). Sum of RGB (Red+Green+Blue) = 232+1+124=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8017C is #17FE83. Grayscale: #535353. Windows color (decimal): -1572484 or 8126952. OLE color: 8126952.
HSL color Cylindrical-coordinate representation of color #E8017C: hue angle of 328.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8017C is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.09 |
| HSL | 328.05º | 0.99% | 0.46% | - |
| HSV(B) | 328.05º | 1% | 0.91% | - |
| XYZ | 36.93 | 18.63 | 20.72 | - |
| YUV | 84.09 | 150.53 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 124 | 0 | 1.00 | 0.47 | 0.09 | 328.05 | 0.99 | 0.46 |
| Hex | E8 | 1 | 7C | 0 | 64 | 2F | 9 | 148 | 63 | 2E |
| Octal | 350 | 1 | 174 | 0 | 144 | 57 | 11 | 510 | 143 | 56 |
| Binary | 11101000 | 1 | 1111100 | 0 | 1100100 | 101111 | 1001 | 101001000 | 1100011 | 101110 |
Color Harmonies of #E8017C
Complementary color
Monochromatic Colors of #E8017C
Black with #E8017C
Text Example
Text Example
White with #E8017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8017C; }
p { color: rgb(232,1,124); }
H1.HeaderClassName
{
color: #E8017C;
}
.AnyTagClassName
{
color: #E8017C;
}
</style>
background-color css
<style>
a { background-color: #E8017C; }
a { background-color: rgb(232,1,124); }
div.DivClassName
{
background-color: #E8017C;
}
.BgClassName
{
background-color: #E8017C;
}
</style>
border-color css
<style>
span { border-color: #E8017C; }
span { border-color: rgb(232,1,124); }
td.TdClassName
{
border-color: #E8017C;
}
.TagClassName
{
border-color: #E8017C;
}
</style>