Shades of Razzmatazz #E10964
Tints of Razzmatazz #E10964
RGB
CMYK
RGB Variations
Color information
#E10964 (or 0xE10964) is known color: Razzmatazz. HEX triplet: E1, 09 and 64. RGB value is (225,9,100). Sum of RGB (Red+Green+Blue) = 225+9+100=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E10964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10964 is #1EF69B. Grayscale: #535353. Windows color (decimal): -2029212 or 6556129. OLE color: 6556129.
HSL color Cylindrical-coordinate representation of color #E10964: hue angle of 334.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10964 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.12 |
| HSL | 334.72º | 0.92% | 0.46% | - |
| HSV(B) | 334.72º | 0.96% | 0.88% | - |
| XYZ | 33.45 | 17.12 | 13.6 | - |
| YUV | 83.96 | 137.06 | 228.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 100 | 0 | 0.96 | 0.56 | 0.12 | 334.72 | 0.92 | 0.46 |
| Hex | E1 | 9 | 64 | 0 | 60 | 38 | C | 14F | 5C | 2E |
| Octal | 341 | 11 | 144 | 0 | 140 | 70 | 14 | 517 | 134 | 56 |
| Binary | 11100001 | 1001 | 1100100 | 0 | 1100000 | 111000 | 1100 | 101001111 | 1011100 | 101110 |
Color Harmonies of #E10964
Complementary color
Monochromatic Colors of #E10964
Black with #E10964
Text Example
Text Example
White with #E10964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10964; }
p { color: rgb(225,9,100); }
H1.HeaderClassName
{
color: #E10964;
}
.AnyTagClassName
{
color: #E10964;
}
</style>
background-color css
<style>
a { background-color: #E10964; }
a { background-color: rgb(225,9,100); }
div.DivClassName
{
background-color: #E10964;
}
.BgClassName
{
background-color: #E10964;
}
</style>
border-color css
<style>
span { border-color: #E10964; }
span { border-color: rgb(225,9,100); }
td.TdClassName
{
border-color: #E10964;
}
.TagClassName
{
border-color: #E10964;
}
</style>