Shades of Razzmatazz #E2054D
Tints of Razzmatazz #E2054D
RGB
CMYK
RGB Variations
Color information
#E2054D (or 0xE2054D) is known color: Razzmatazz. HEX triplet: E2, 05 and 4D. RGB value is (226,5,77). Sum of RGB (Red+Green+Blue) = 226+5+77=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2054D is #1DFAB2. Grayscale: #4F4F4F. Windows color (decimal): -1964723 or 5047778. OLE color: 5047778.
HSL color Cylindrical-coordinate representation of color #E2054D: hue angle of 340.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2054D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.11 |
| HSL | 340.45º | 0.96% | 0.45% | - |
| HSV(B) | 340.45º | 0.98% | 0.89% | - |
| XYZ | 32.76 | 16.81 | 8.54 | - |
| YUV | 79.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 77 | 0 | 0.98 | 0.66 | 0.11 | 340.45 | 0.96 | 0.45 |
| Hex | E2 | 5 | 4D | 0 | 62 | 42 | B | 154 | 60 | 2D |
| Octal | 342 | 5 | 115 | 0 | 142 | 102 | 13 | 524 | 140 | 55 |
| Binary | 11100010 | 101 | 1001101 | 0 | 1100010 | 1000010 | 1011 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E2054D
Complementary color
Monochromatic Colors of #E2054D
Black with #E2054D
Text Example
Text Example
White with #E2054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2054D; }
p { color: rgb(226,5,77); }
H1.HeaderClassName
{
color: #E2054D;
}
.AnyTagClassName
{
color: #E2054D;
}
</style>
background-color css
<style>
a { background-color: #E2054D; }
a { background-color: rgb(226,5,77); }
div.DivClassName
{
background-color: #E2054D;
}
.BgClassName
{
background-color: #E2054D;
}
</style>
border-color css
<style>
span { border-color: #E2054D; }
span { border-color: rgb(226,5,77); }
td.TdClassName
{
border-color: #E2054D;
}
.TagClassName
{
border-color: #E2054D;
}
</style>