Shades of Razzmatazz #E9015B
Tints of Razzmatazz #E9015B
RGB
CMYK
RGB Variations
Color information
#E9015B (or 0xE9015B) is known color: Razzmatazz. HEX triplet: E9, 01 and 5B. RGB value is (233,1,91). Sum of RGB (Red+Green+Blue) = 233+1+91=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E9015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9015B is #16FEA4. Grayscale: #505050. Windows color (decimal): -1506981 or 5964265. OLE color: 5964265.
HSL color Cylindrical-coordinate representation of color #E9015B: hue angle of 336.72º 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 #E9015B is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.09 |
| HSL | 336.72º | 0.99% | 0.46% | - |
| HSV(B) | 336.72º | 1% | 0.91% | - |
| XYZ | 35.5 | 18.1 | 11.52 | - |
| YUV | 80.63 | 133.86 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 91 | 0 | 1.00 | 0.61 | 0.09 | 336.72 | 0.99 | 0.46 |
| Hex | E9 | 1 | 5B | 0 | 64 | 3D | 9 | 151 | 63 | 2E |
| Octal | 351 | 1 | 133 | 0 | 144 | 75 | 11 | 521 | 143 | 56 |
| Binary | 11101001 | 1 | 1011011 | 0 | 1100100 | 111101 | 1001 | 101010001 | 1100011 | 101110 |
Color Harmonies of #E9015B
Complementary color
Monochromatic Colors of #E9015B
Black with #E9015B
Text Example
Text Example
White with #E9015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9015B; }
p { color: rgb(233,1,91); }
H1.HeaderClassName
{
color: #E9015B;
}
.AnyTagClassName
{
color: #E9015B;
}
</style>
background-color css
<style>
a { background-color: #E9015B; }
a { background-color: rgb(233,1,91); }
div.DivClassName
{
background-color: #E9015B;
}
.BgClassName
{
background-color: #E9015B;
}
</style>
border-color css
<style>
span { border-color: #E9015B; }
span { border-color: rgb(233,1,91); }
td.TdClassName
{
border-color: #E9015B;
}
.TagClassName
{
border-color: #E9015B;
}
</style>