Shades of Razzmatazz #E10754
Tints of Razzmatazz #E10754
RGB
CMYK
RGB Variations
Color information
#E10754 (or 0xE10754) is known color: Razzmatazz. HEX triplet: E1, 07 and 54. RGB value is (225,7,84). Sum of RGB (Red+Green+Blue) = 225+7+84=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E10754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10754 is #1EF8AB. Grayscale: #505050. Windows color (decimal): -2029740 or 5507041. OLE color: 5507041.
HSL color Cylindrical-coordinate representation of color #E10754: hue angle of 338.81º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10754 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.12 |
| HSL | 338.81º | 0.94% | 0.45% | - |
| HSV(B) | 338.81º | 0.97% | 0.88% | - |
| XYZ | 32.73 | 16.8 | 9.91 | - |
| YUV | 80.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 84 | 0 | 0.97 | 0.63 | 0.12 | 338.81 | 0.94 | 0.45 |
| Hex | E1 | 7 | 54 | 0 | 61 | 3F | C | 153 | 5E | 2D |
| Octal | 341 | 7 | 124 | 0 | 141 | 77 | 14 | 523 | 136 | 55 |
| Binary | 11100001 | 111 | 1010100 | 0 | 1100001 | 111111 | 1100 | 101010011 | 1011110 | 101101 |
Color Harmonies of #E10754
Complementary color
Monochromatic Colors of #E10754
Black with #E10754
Text Example
Text Example
White with #E10754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10754; }
p { color: rgb(225,7,84); }
H1.HeaderClassName
{
color: #E10754;
}
.AnyTagClassName
{
color: #E10754;
}
</style>
background-color css
<style>
a { background-color: #E10754; }
a { background-color: rgb(225,7,84); }
div.DivClassName
{
background-color: #E10754;
}
.BgClassName
{
background-color: #E10754;
}
</style>
border-color css
<style>
span { border-color: #E10754; }
span { border-color: rgb(225,7,84); }
td.TdClassName
{
border-color: #E10754;
}
.TagClassName
{
border-color: #E10754;
}
</style>