Shades of Razzmatazz #E5015B
Tints of Razzmatazz #E5015B
RGB
CMYK
RGB Variations
Color information
#E5015B (or 0xE5015B) is known color: Razzmatazz. HEX triplet: E5, 01 and 5B. RGB value is (229,1,91). Sum of RGB (Red+Green+Blue) = 229+1+91=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5015B is #1AFEA4. Grayscale: #4F4F4F. Windows color (decimal): -1769125 or 5964261. OLE color: 5964261.
HSL color Cylindrical-coordinate representation of color #E5015B: hue angle of 336.32º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5015B is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.10 |
| HSL | 336.32º | 0.99% | 0.45% | - |
| HSV(B) | 336.32º | 1% | 0.9% | - |
| XYZ | 34.21 | 17.44 | 11.46 | - |
| YUV | 79.43 | 134.54 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 91 | 0 | 1.00 | 0.60 | 0.10 | 336.32 | 0.99 | 0.45 |
| Hex | E5 | 1 | 5B | 0 | 64 | 3C | A | 150 | 63 | 2D |
| Octal | 345 | 1 | 133 | 0 | 144 | 74 | 12 | 520 | 143 | 55 |
| Binary | 11100101 | 1 | 1011011 | 0 | 1100100 | 111100 | 1010 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E5015B
Complementary color
Monochromatic Colors of #E5015B
Black with #E5015B
Text Example
Text Example
White with #E5015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5015B; }
p { color: rgb(229,1,91); }
H1.HeaderClassName
{
color: #E5015B;
}
.AnyTagClassName
{
color: #E5015B;
}
</style>
background-color css
<style>
a { background-color: #E5015B; }
a { background-color: rgb(229,1,91); }
div.DivClassName
{
background-color: #E5015B;
}
.BgClassName
{
background-color: #E5015B;
}
</style>
border-color css
<style>
span { border-color: #E5015B; }
span { border-color: rgb(229,1,91); }
td.TdClassName
{
border-color: #E5015B;
}
.TagClassName
{
border-color: #E5015B;
}
</style>