Shades of Razzmatazz #E10165
Tints of Razzmatazz #E10165
RGB
CMYK
RGB Variations
Color information
#E10165 (or 0xE10165) is known color: Razzmatazz. HEX triplet: E1, 01 and 65. RGB value is (225,1,101). Sum of RGB (Red+Green+Blue) = 225+1+101=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10165 is #1EFE9A. Grayscale: #4F4F4F. Windows color (decimal): -2031259 or 6619617. OLE color: 6619617.
HSL color Cylindrical-coordinate representation of color #E10165: hue angle of 333.21º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10165 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.12 |
| HSL | 333.21º | 0.99% | 0.44% | - |
| HSV(B) | 333.21º | 1% | 0.88% | - |
| XYZ | 33.41 | 16.97 | 13.83 | - |
| YUV | 79.38 | 140.21 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 1 | 101 | 0 | 1.00 | 0.55 | 0.12 | 333.21 | 0.99 | 0.44 |
| Hex | E1 | 1 | 65 | 0 | 64 | 37 | C | 14D | 63 | 2C |
| Octal | 341 | 1 | 145 | 0 | 144 | 67 | 14 | 515 | 143 | 54 |
| Binary | 11100001 | 1 | 1100101 | 0 | 1100100 | 110111 | 1100 | 101001101 | 1100011 | 101100 |
Color Harmonies of #E10165
Complementary color
Monochromatic Colors of #E10165
Black with #E10165
Text Example
Text Example
White with #E10165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10165; }
p { color: rgb(225,1,101); }
H1.HeaderClassName
{
color: #E10165;
}
.AnyTagClassName
{
color: #E10165;
}
</style>
background-color css
<style>
a { background-color: #E10165; }
a { background-color: rgb(225,1,101); }
div.DivClassName
{
background-color: #E10165;
}
.BgClassName
{
background-color: #E10165;
}
</style>
border-color css
<style>
span { border-color: #E10165; }
span { border-color: rgb(225,1,101); }
td.TdClassName
{
border-color: #E10165;
}
.TagClassName
{
border-color: #E10165;
}
</style>