Shades of Razzmatazz #E11350
Tints of Razzmatazz #E11350
RGB
CMYK
RGB Variations
Color information
#E11350 (or 0xE11350) is known color: Razzmatazz. HEX triplet: E1, 13 and 50. RGB value is (225,19,80). Sum of RGB (Red+Green+Blue) = 225+19+80=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E11350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11350 is #1EECAF. Grayscale: #575757. Windows color (decimal): -2026672 or 5247969. OLE color: 5247969.
HSL color Cylindrical-coordinate representation of color #E11350: hue angle of 342.23º degrees, saturation: 0.84, 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 #E11350 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 80 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.12 |
| HSL | 342.23º | 0.84% | 0.48% | - |
| HSV(B) | 342.23º | 0.92% | 0.88% | - |
| XYZ | 32.73 | 17.05 | 9.16 | - |
| YUV | 87.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 80 | 0 | 0.92 | 0.64 | 0.12 | 342.23 | 0.84 | 0.48 |
| Hex | E1 | 13 | 50 | 0 | 5C | 40 | C | 156 | 54 | 30 |
| Octal | 341 | 23 | 120 | 0 | 134 | 100 | 14 | 526 | 124 | 60 |
| Binary | 11100001 | 10011 | 1010000 | 0 | 1011100 | 1000000 | 1100 | 101010110 | 1010100 | 110000 |
Color Harmonies of #E11350
Complementary color
Monochromatic Colors of #E11350
Black with #E11350
Text Example
Text Example
White with #E11350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11350; }
p { color: rgb(225,19,80); }
H1.HeaderClassName
{
color: #E11350;
}
.AnyTagClassName
{
color: #E11350;
}
</style>
background-color css
<style>
a { background-color: #E11350; }
a { background-color: rgb(225,19,80); }
div.DivClassName
{
background-color: #E11350;
}
.BgClassName
{
background-color: #E11350;
}
</style>
border-color css
<style>
span { border-color: #E11350; }
span { border-color: rgb(225,19,80); }
td.TdClassName
{
border-color: #E11350;
}
.TagClassName
{
border-color: #E11350;
}
</style>