Shades of Razzmatazz #E5054E
Tints of Razzmatazz #E5054E
RGB
CMYK
RGB Variations
Color information
#E5054E (or 0xE5054E) is known color: Razzmatazz. HEX triplet: E5, 05 and 4E. RGB value is (229,5,78). Sum of RGB (Red+Green+Blue) = 229+5+78=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5054E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5054E is #1AFAB1. Grayscale: #505050. Windows color (decimal): -1768114 or 5113317. OLE color: 5113317.
HSL color Cylindrical-coordinate representation of color #E5054E: hue angle of 340.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5054E is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 5 | 78 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.10 |
| HSL | 340.45º | 0.96% | 0.46% | - |
| HSV(B) | 340.45º | 0.98% | 0.9% | - |
| XYZ | 33.74 | 17.32 | 8.77 | - |
| YUV | 80.3 | 126.71 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 78 | 0 | 0.98 | 0.66 | 0.10 | 340.45 | 0.96 | 0.46 |
| Hex | E5 | 5 | 4E | 0 | 62 | 42 | A | 154 | 60 | 2E |
| Octal | 345 | 5 | 116 | 0 | 142 | 102 | 12 | 524 | 140 | 56 |
| Binary | 11100101 | 101 | 1001110 | 0 | 1100010 | 1000010 | 1010 | 101010100 | 1100000 | 101110 |
Color Harmonies of #E5054E
Complementary color
Monochromatic Colors of #E5054E
Black with #E5054E
Text Example
Text Example
White with #E5054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5054E; }
p { color: rgb(229,5,78); }
H1.HeaderClassName
{
color: #E5054E;
}
.AnyTagClassName
{
color: #E5054E;
}
</style>
background-color css
<style>
a { background-color: #E5054E; }
a { background-color: rgb(229,5,78); }
div.DivClassName
{
background-color: #E5054E;
}
.BgClassName
{
background-color: #E5054E;
}
</style>
border-color css
<style>
span { border-color: #E5054E; }
span { border-color: rgb(229,5,78); }
td.TdClassName
{
border-color: #E5054E;
}
.TagClassName
{
border-color: #E5054E;
}
</style>