Shades of Razzmatazz #E10053
Tints of Razzmatazz #E10053
RGB
CMYK
RGB Variations
Color information
#E10053 (or 0xE10053) is known color: Razzmatazz. HEX triplet: E1, 00 and 53. RGB value is (225,0,83). Sum of RGB (Red+Green+Blue) = 225+0+83=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E10053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10053 is #1EFFAC. Grayscale: #4C4C4C. Windows color (decimal): -2031533 or 5439713. OLE color: 5439713.
HSL color Cylindrical-coordinate representation of color #E10053: hue angle of 337.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10053 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.63 | 0.12 |
| HSL | 337.87º | 1% | 0.44% | - |
| HSV(B) | 337.87º | 1% | 0.88% | - |
| XYZ | 32.61 | 16.63 | 9.68 | - |
| YUV | 76.74 | 131.54 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 83 | 0 | 1 | 0.63 | 0.12 | 337.87 | 1 | 0.44 |
| Hex | E1 | 0 | 53 | 0 | 64 | 3F | C | 152 | 64 | 2C |
| Octal | 341 | 0 | 123 | 0 | 144 | 77 | 14 | 522 | 144 | 54 |
| Binary | 11100001 | 0 | 1010011 | 0 | 1100100 | 111111 | 1100 | 101010010 | 1100100 | 101100 |
Color Harmonies of #E10053
Complementary color
Monochromatic Colors of #E10053
Black with #E10053
Text Example
Text Example
White with #E10053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10053; }
p { color: rgb(225,0,83); }
H1.HeaderClassName
{
color: #E10053;
}
.AnyTagClassName
{
color: #E10053;
}
</style>
background-color css
<style>
a { background-color: #E10053; }
a { background-color: rgb(225,0,83); }
div.DivClassName
{
background-color: #E10053;
}
.BgClassName
{
background-color: #E10053;
}
</style>
border-color css
<style>
span { border-color: #E10053; }
span { border-color: rgb(225,0,83); }
td.TdClassName
{
border-color: #E10053;
}
.TagClassName
{
border-color: #E10053;
}
</style>