Shades of Razzmatazz #E50168
Tints of Razzmatazz #E50168
RGB
CMYK
RGB Variations
Color information
#E50168 (or 0xE50168) is known color: Razzmatazz. HEX triplet: E5, 01 and 68. RGB value is (229,1,104). Sum of RGB (Red+Green+Blue) = 229+1+104=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E50168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50168 is #1AFE97. Grayscale: #505050. Windows color (decimal): -1769112 or 6816229. OLE color: 6816229.
HSL color Cylindrical-coordinate representation of color #E50168: hue angle of 332.89º 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 #E50168 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.10 |
| HSL | 332.89º | 0.99% | 0.45% | - |
| HSV(B) | 332.89º | 1% | 0.9% | - |
| XYZ | 34.82 | 17.68 | 14.67 | - |
| YUV | 80.91 | 141.04 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 104 | 0 | 1.00 | 0.55 | 0.10 | 332.89 | 0.99 | 0.45 |
| Hex | E5 | 1 | 68 | 0 | 64 | 37 | A | 14D | 63 | 2D |
| Octal | 345 | 1 | 150 | 0 | 144 | 67 | 12 | 515 | 143 | 55 |
| Binary | 11100101 | 1 | 1101000 | 0 | 1100100 | 110111 | 1010 | 101001101 | 1100011 | 101101 |
Color Harmonies of #E50168
Complementary color
Monochromatic Colors of #E50168
Black with #E50168
Text Example
Text Example
White with #E50168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50168; }
p { color: rgb(229,1,104); }
H1.HeaderClassName
{
color: #E50168;
}
.AnyTagClassName
{
color: #E50168;
}
</style>
background-color css
<style>
a { background-color: #E50168; }
a { background-color: rgb(229,1,104); }
div.DivClassName
{
background-color: #E50168;
}
.BgClassName
{
background-color: #E50168;
}
</style>
border-color css
<style>
span { border-color: #E50168; }
span { border-color: rgb(229,1,104); }
td.TdClassName
{
border-color: #E50168;
}
.TagClassName
{
border-color: #E50168;
}
</style>