Shades of Razzmatazz #E50165
Tints of Razzmatazz #E50165
RGB
CMYK
RGB Variations
Color information
#E50165 (or 0xE50165) is known color: Razzmatazz. HEX triplet: E5, 01 and 65. RGB value is (229,1,101). Sum of RGB (Red+Green+Blue) = 229+1+101=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E50165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50165 is #1AFE9A. Grayscale: #505050. Windows color (decimal): -1769115 or 6619621. OLE color: 6619621.
HSL color Cylindrical-coordinate representation of color #E50165: hue angle of 333.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50165 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.10 |
| HSL | 333.68º | 0.99% | 0.45% | - |
| HSV(B) | 333.68º | 1% | 0.9% | - |
| XYZ | 34.67 | 17.62 | 13.89 | - |
| YUV | 80.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 101 | 0 | 1.00 | 0.56 | 0.10 | 333.68 | 0.99 | 0.45 |
| Hex | E5 | 1 | 65 | 0 | 64 | 38 | A | 14E | 63 | 2D |
| Octal | 345 | 1 | 145 | 0 | 144 | 70 | 12 | 516 | 143 | 55 |
| Binary | 11100101 | 1 | 1100101 | 0 | 1100100 | 111000 | 1010 | 101001110 | 1100011 | 101101 |
Color Harmonies of #E50165
Complementary color
Monochromatic Colors of #E50165
Black with #E50165
Text Example
Text Example
White with #E50165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50165; }
p { color: rgb(229,1,101); }
H1.HeaderClassName
{
color: #E50165;
}
.AnyTagClassName
{
color: #E50165;
}
</style>
background-color css
<style>
a { background-color: #E50165; }
a { background-color: rgb(229,1,101); }
div.DivClassName
{
background-color: #E50165;
}
.BgClassName
{
background-color: #E50165;
}
</style>
border-color css
<style>
span { border-color: #E50165; }
span { border-color: rgb(229,1,101); }
td.TdClassName
{
border-color: #E50165;
}
.TagClassName
{
border-color: #E50165;
}
</style>