Shades of Razzmatazz #E50968
Tints of Razzmatazz #E50968
RGB
CMYK
RGB Variations
Color information
#E50968 (or 0xE50968) is known color: Razzmatazz. HEX triplet: E5, 09 and 68. RGB value is (229,9,104). Sum of RGB (Red+Green+Blue) = 229+9+104=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E50968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50968 is #1AF697. Grayscale: #555555. Windows color (decimal): -1767064 or 6818277. OLE color: 6818277.
HSL color Cylindrical-coordinate representation of color #E50968: hue angle of 334.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50968 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.10 |
| HSL | 334.09º | 0.92% | 0.47% | - |
| HSV(B) | 334.09º | 0.96% | 0.9% | - |
| XYZ | 34.91 | 17.85 | 14.7 | - |
| YUV | 85.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 104 | 0 | 0.96 | 0.55 | 0.10 | 334.09 | 0.92 | 0.47 |
| Hex | E5 | 9 | 68 | 0 | 60 | 37 | A | 14E | 5C | 2F |
| Octal | 345 | 11 | 150 | 0 | 140 | 67 | 12 | 516 | 134 | 57 |
| Binary | 11100101 | 1001 | 1101000 | 0 | 1100000 | 110111 | 1010 | 101001110 | 1011100 | 101111 |
Color Harmonies of #E50968
Complementary color
Monochromatic Colors of #E50968
Black with #E50968
Text Example
Text Example
White with #E50968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50968; }
p { color: rgb(229,9,104); }
H1.HeaderClassName
{
color: #E50968;
}
.AnyTagClassName
{
color: #E50968;
}
</style>
background-color css
<style>
a { background-color: #E50968; }
a { background-color: rgb(229,9,104); }
div.DivClassName
{
background-color: #E50968;
}
.BgClassName
{
background-color: #E50968;
}
</style>
border-color css
<style>
span { border-color: #E50968; }
span { border-color: rgb(229,9,104); }
td.TdClassName
{
border-color: #E50968;
}
.TagClassName
{
border-color: #E50968;
}
</style>