Shades of Razzmatazz #E11253
Tints of Razzmatazz #E11253
RGB
CMYK
RGB Variations
Color information
#E11253 (or 0xE11253) is known color: Razzmatazz. HEX triplet: E1, 12 and 53. RGB value is (225,18,83). Sum of RGB (Red+Green+Blue) = 225+18+83=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E11253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11253 is #1EEDAC. Grayscale: #575757. Windows color (decimal): -2026925 or 5444321. OLE color: 5444321.
HSL color Cylindrical-coordinate representation of color #E11253: hue angle of 341.16º 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 #E11253 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 83 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.12 |
| HSL | 341.16º | 0.85% | 0.48% | - |
| HSV(B) | 341.16º | 0.92% | 0.88% | - |
| XYZ | 32.83 | 17.06 | 9.75 | - |
| YUV | 87.3 | 125.58 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 83 | 0 | 0.92 | 0.63 | 0.12 | 341.16 | 0.85 | 0.48 |
| Hex | E1 | 12 | 53 | 0 | 5C | 3F | C | 155 | 55 | 30 |
| Octal | 341 | 22 | 123 | 0 | 134 | 77 | 14 | 525 | 125 | 60 |
| Binary | 11100001 | 10010 | 1010011 | 0 | 1011100 | 111111 | 1100 | 101010101 | 1010101 | 110000 |
Color Harmonies of #E11253
Complementary color
Monochromatic Colors of #E11253
Black with #E11253
Text Example
Text Example
White with #E11253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11253; }
p { color: rgb(225,18,83); }
H1.HeaderClassName
{
color: #E11253;
}
.AnyTagClassName
{
color: #E11253;
}
</style>
background-color css
<style>
a { background-color: #E11253; }
a { background-color: rgb(225,18,83); }
div.DivClassName
{
background-color: #E11253;
}
.BgClassName
{
background-color: #E11253;
}
</style>
border-color css
<style>
span { border-color: #E11253; }
span { border-color: rgb(225,18,83); }
td.TdClassName
{
border-color: #E11253;
}
.TagClassName
{
border-color: #E11253;
}
</style>