Shades of Razzmatazz #E1015B
Tints of Razzmatazz #E1015B
RGB
CMYK
RGB Variations
Color information
#E1015B (or 0xE1015B) is known color: Razzmatazz. HEX triplet: E1, 01 and 5B. RGB value is (225,1,91). Sum of RGB (Red+Green+Blue) = 225+1+91=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1015B is #1EFEA4. Grayscale: #4E4E4E. Windows color (decimal): -2031269 or 5964257. OLE color: 5964257.
HSL color Cylindrical-coordinate representation of color #E1015B: hue angle of 335.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1015B is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.12 |
| HSL | 335.89º | 0.99% | 0.44% | - |
| HSV(B) | 335.89º | 1% | 0.88% | - |
| XYZ | 32.95 | 16.78 | 11.4 | - |
| YUV | 78.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 91 | 0 | 1.00 | 0.60 | 0.12 | 335.89 | 0.99 | 0.44 |
| Hex | E1 | 1 | 5B | 0 | 64 | 3C | C | 150 | 63 | 2C |
| Octal | 341 | 1 | 133 | 0 | 144 | 74 | 14 | 520 | 143 | 54 |
| Binary | 11100001 | 1 | 1011011 | 0 | 1100100 | 111100 | 1100 | 101010000 | 1100011 | 101100 |
Color Harmonies of #E1015B
Complementary color
Monochromatic Colors of #E1015B
Black with #E1015B
Text Example
Text Example
White with #E1015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1015B; }
p { color: rgb(225,1,91); }
H1.HeaderClassName
{
color: #E1015B;
}
.AnyTagClassName
{
color: #E1015B;
}
</style>
background-color css
<style>
a { background-color: #E1015B; }
a { background-color: rgb(225,1,91); }
div.DivClassName
{
background-color: #E1015B;
}
.BgClassName
{
background-color: #E1015B;
}
</style>
border-color css
<style>
span { border-color: #E1015B; }
span { border-color: rgb(225,1,91); }
td.TdClassName
{
border-color: #E1015B;
}
.TagClassName
{
border-color: #E1015B;
}
</style>