Shades of Razzmatazz #E10065
Tints of Razzmatazz #E10065
RGB
CMYK
RGB Variations
Color information
#E10065 (or 0xE10065) is known color: Razzmatazz. HEX triplet: E1, 00 and 65. RGB value is (225,0,101). Sum of RGB (Red+Green+Blue) = 225+0+101=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E10065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10065 is #1EFF9A. Grayscale: #4E4E4E. Windows color (decimal): -2031515 or 6619361. OLE color: 6619361.
HSL color Cylindrical-coordinate representation of color #E10065: hue angle of 333.07º 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 #E10065 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.55 | 0.12 |
| HSL | 333.07º | 1% | 0.44% | - |
| HSV(B) | 333.07º | 1% | 0.88% | - |
| XYZ | 33.4 | 16.95 | 13.82 | - |
| YUV | 78.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 101 | 0 | 1 | 0.55 | 0.12 | 333.07 | 1 | 0.44 |
| Hex | E1 | 0 | 65 | 0 | 64 | 37 | C | 14D | 64 | 2C |
| Octal | 341 | 0 | 145 | 0 | 144 | 67 | 14 | 515 | 144 | 54 |
| Binary | 11100001 | 0 | 1100101 | 0 | 1100100 | 110111 | 1100 | 101001101 | 1100100 | 101100 |
Color Harmonies of #E10065
Complementary color
Monochromatic Colors of #E10065
Black with #E10065
Text Example
Text Example
White with #E10065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10065; }
p { color: rgb(225,0,101); }
H1.HeaderClassName
{
color: #E10065;
}
.AnyTagClassName
{
color: #E10065;
}
</style>
background-color css
<style>
a { background-color: #E10065; }
a { background-color: rgb(225,0,101); }
div.DivClassName
{
background-color: #E10065;
}
.BgClassName
{
background-color: #E10065;
}
</style>
border-color css
<style>
span { border-color: #E10065; }
span { border-color: rgb(225,0,101); }
td.TdClassName
{
border-color: #E10065;
}
.TagClassName
{
border-color: #E10065;
}
</style>