Shades of Razzmatazz #E11254
Tints of Razzmatazz #E11254
RGB
CMYK
RGB Variations
Color information
#E11254 (or 0xE11254) is known color: Razzmatazz. HEX triplet: E1, 12 and 54. RGB value is (225,18,84). Sum of RGB (Red+Green+Blue) = 225+18+84=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E11254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11254 is #1EEDAB. Grayscale: #575757. Windows color (decimal): -2026924 or 5509857. OLE color: 5509857.
HSL color Cylindrical-coordinate representation of color #E11254: hue angle of 340.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11254 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 84 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.12 |
| HSL | 340.87º | 0.85% | 0.48% | - |
| HSV(B) | 340.87º | 0.92% | 0.88% | - |
| XYZ | 32.87 | 17.08 | 9.95 | - |
| YUV | 87.42 | 126.08 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 84 | 0 | 0.92 | 0.63 | 0.12 | 340.87 | 0.85 | 0.48 |
| Hex | E1 | 12 | 54 | 0 | 5C | 3F | C | 155 | 55 | 30 |
| Octal | 341 | 22 | 124 | 0 | 134 | 77 | 14 | 525 | 125 | 60 |
| Binary | 11100001 | 10010 | 1010100 | 0 | 1011100 | 111111 | 1100 | 101010101 | 1010101 | 110000 |
Color Harmonies of #E11254
Complementary color
Monochromatic Colors of #E11254
Black with #E11254
Text Example
Text Example
White with #E11254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11254; }
p { color: rgb(225,18,84); }
H1.HeaderClassName
{
color: #E11254;
}
.AnyTagClassName
{
color: #E11254;
}
</style>
background-color css
<style>
a { background-color: #E11254; }
a { background-color: rgb(225,18,84); }
div.DivClassName
{
background-color: #E11254;
}
.BgClassName
{
background-color: #E11254;
}
</style>
border-color css
<style>
span { border-color: #E11254; }
span { border-color: rgb(225,18,84); }
td.TdClassName
{
border-color: #E11254;
}
.TagClassName
{
border-color: #E11254;
}
</style>