Shades of Razzmatazz #E1054F
Tints of Razzmatazz #E1054F
RGB
CMYK
RGB Variations
Color information
#E1054F (or 0xE1054F) is known color: Razzmatazz. HEX triplet: E1, 05 and 4F. RGB value is (225,5,79). Sum of RGB (Red+Green+Blue) = 225+5+79=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1054F is #1EFAB0. Grayscale: #4F4F4F. Windows color (decimal): -2030257 or 5178849. OLE color: 5178849.
HSL color Cylindrical-coordinate representation of color #E1054F: hue angle of 339.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1054F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.12 |
| HSL | 339.82º | 0.96% | 0.45% | - |
| HSV(B) | 339.82º | 0.98% | 0.88% | - |
| XYZ | 32.52 | 16.68 | 8.9 | - |
| YUV | 79.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 79 | 0 | 0.98 | 0.65 | 0.12 | 339.82 | 0.96 | 0.45 |
| Hex | E1 | 5 | 4F | 0 | 62 | 41 | C | 154 | 60 | 2D |
| Octal | 341 | 5 | 117 | 0 | 142 | 101 | 14 | 524 | 140 | 55 |
| Binary | 11100001 | 101 | 1001111 | 0 | 1100010 | 1000001 | 1100 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E1054F
Complementary color
Monochromatic Colors of #E1054F
Black with #E1054F
Text Example
Text Example
White with #E1054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1054F; }
p { color: rgb(225,5,79); }
H1.HeaderClassName
{
color: #E1054F;
}
.AnyTagClassName
{
color: #E1054F;
}
</style>
background-color css
<style>
a { background-color: #E1054F; }
a { background-color: rgb(225,5,79); }
div.DivClassName
{
background-color: #E1054F;
}
.BgClassName
{
background-color: #E1054F;
}
</style>
border-color css
<style>
span { border-color: #E1054F; }
span { border-color: rgb(225,5,79); }
td.TdClassName
{
border-color: #E1054F;
}
.TagClassName
{
border-color: #E1054F;
}
</style>