Shades of Razzmatazz #E1014E
Tints of Razzmatazz #E1014E
RGB
CMYK
RGB Variations
Color information
#E1014E (or 0xE1014E) is known color: Razzmatazz. HEX triplet: E1, 01 and 4E. RGB value is (225,1,78). Sum of RGB (Red+Green+Blue) = 225+1+78=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1014E is #1EFEB1. Grayscale: #4C4C4C. Windows color (decimal): -2031282 or 5112289. OLE color: 5112289.
HSL color Cylindrical-coordinate representation of color #E1014E: hue angle of 339.38º 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 #E1014E is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.12 |
| HSL | 339.38º | 0.99% | 0.44% | - |
| HSV(B) | 339.38º | 1% | 0.88% | - |
| XYZ | 32.44 | 16.58 | 8.7 | - |
| YUV | 76.75 | 128.71 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 78 | 0 | 1.00 | 0.65 | 0.12 | 339.38 | 0.99 | 0.44 |
| Hex | E1 | 1 | 4E | 0 | 64 | 41 | C | 153 | 63 | 2C |
| Octal | 341 | 1 | 116 | 0 | 144 | 101 | 14 | 523 | 143 | 54 |
| Binary | 11100001 | 1 | 1001110 | 0 | 1100100 | 1000001 | 1100 | 101010011 | 1100011 | 101100 |
Color Harmonies of #E1014E
Complementary color
Monochromatic Colors of #E1014E
Black with #E1014E
Text Example
Text Example
White with #E1014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1014E; }
p { color: rgb(225,1,78); }
H1.HeaderClassName
{
color: #E1014E;
}
.AnyTagClassName
{
color: #E1014E;
}
</style>
background-color css
<style>
a { background-color: #E1014E; }
a { background-color: rgb(225,1,78); }
div.DivClassName
{
background-color: #E1014E;
}
.BgClassName
{
background-color: #E1014E;
}
</style>
border-color css
<style>
span { border-color: #E1014E; }
span { border-color: rgb(225,1,78); }
td.TdClassName
{
border-color: #E1014E;
}
.TagClassName
{
border-color: #E1014E;
}
</style>