Shades of Razzmatazz #E9017B
Tints of Razzmatazz #E9017B
RGB
CMYK
RGB Variations
Color information
#E9017B (or 0xE9017B) is known color: Razzmatazz. HEX triplet: E9, 01 and 7B. RGB value is (233,1,123). Sum of RGB (Red+Green+Blue) = 233+1+123=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E9017B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9017B is #16FE84. Grayscale: #545454. Windows color (decimal): -1506949 or 8061417. OLE color: 8061417.
HSL color Cylindrical-coordinate representation of color #E9017B: hue angle of 328.45º 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 #E9017B is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.09 |
| HSL | 328.45º | 0.99% | 0.46% | - |
| HSV(B) | 328.45º | 1% | 0.91% | - |
| XYZ | 37.19 | 18.78 | 20.4 | - |
| YUV | 84.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 123 | 0 | 1.00 | 0.47 | 0.09 | 328.45 | 0.99 | 0.46 |
| Hex | E9 | 1 | 7B | 0 | 64 | 2F | 9 | 148 | 63 | 2E |
| Octal | 351 | 1 | 173 | 0 | 144 | 57 | 11 | 510 | 143 | 56 |
| Binary | 11101001 | 1 | 1111011 | 0 | 1100100 | 101111 | 1001 | 101001000 | 1100011 | 101110 |
Color Harmonies of #E9017B
Complementary color
Monochromatic Colors of #E9017B
Black with #E9017B
Text Example
Text Example
White with #E9017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9017B; }
p { color: rgb(233,1,123); }
H1.HeaderClassName
{
color: #E9017B;
}
.AnyTagClassName
{
color: #E9017B;
}
</style>
background-color css
<style>
a { background-color: #E9017B; }
a { background-color: rgb(233,1,123); }
div.DivClassName
{
background-color: #E9017B;
}
.BgClassName
{
background-color: #E9017B;
}
</style>
border-color css
<style>
span { border-color: #E9017B; }
span { border-color: rgb(233,1,123); }
td.TdClassName
{
border-color: #E9017B;
}
.TagClassName
{
border-color: #E9017B;
}
</style>