Shades of Razzmatazz #E10557
Tints of Razzmatazz #E10557
RGB
CMYK
RGB Variations
Color information
#E10557 (or 0xE10557) is known color: Razzmatazz. HEX triplet: E1, 05 and 57. RGB value is (225,5,87). Sum of RGB (Red+Green+Blue) = 225+5+87=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E10557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10557 is #1EFAA8. Grayscale: #505050. Windows color (decimal): -2030249 or 5703137. OLE color: 5703137.
HSL color Cylindrical-coordinate representation of color #E10557: hue angle of 337.64º 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 #E10557 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.12 |
| HSL | 337.64º | 0.96% | 0.45% | - |
| HSV(B) | 337.64º | 0.98% | 0.88% | - |
| XYZ | 32.83 | 16.8 | 10.53 | - |
| YUV | 80.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 87 | 0 | 0.98 | 0.61 | 0.12 | 337.64 | 0.96 | 0.45 |
| Hex | E1 | 5 | 57 | 0 | 62 | 3D | C | 152 | 60 | 2D |
| Octal | 341 | 5 | 127 | 0 | 142 | 75 | 14 | 522 | 140 | 55 |
| Binary | 11100001 | 101 | 1010111 | 0 | 1100010 | 111101 | 1100 | 101010010 | 1100000 | 101101 |
Color Harmonies of #E10557
Complementary color
Monochromatic Colors of #E10557
Black with #E10557
Text Example
Text Example
White with #E10557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10557; }
p { color: rgb(225,5,87); }
H1.HeaderClassName
{
color: #E10557;
}
.AnyTagClassName
{
color: #E10557;
}
</style>
background-color css
<style>
a { background-color: #E10557; }
a { background-color: rgb(225,5,87); }
div.DivClassName
{
background-color: #E10557;
}
.BgClassName
{
background-color: #E10557;
}
</style>
border-color css
<style>
span { border-color: #E10557; }
span { border-color: rgb(225,5,87); }
td.TdClassName
{
border-color: #E10557;
}
.TagClassName
{
border-color: #E10557;
}
</style>