Shades of Razzmatazz #E0054F
Tints of Razzmatazz #E0054F
RGB
CMYK
RGB Variations
Color information
#E0054F (or 0xE0054F) is known color: Razzmatazz. HEX triplet: E0, 05 and 4F. RGB value is (224,5,79). Sum of RGB (Red+Green+Blue) = 224+5+79=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0054F is #1FFAB0. Grayscale: #4E4E4E. Windows color (decimal): -2095793 or 5178848. OLE color: 5178848.
HSL color Cylindrical-coordinate representation of color #E0054F: hue angle of 339.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0054F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.12 |
| HSL | 339.73º | 0.96% | 0.45% | - |
| HSV(B) | 339.73º | 0.98% | 0.88% | - |
| XYZ | 32.21 | 16.52 | 8.89 | - |
| YUV | 78.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 79 | 0 | 0.98 | 0.65 | 0.12 | 339.73 | 0.96 | 0.45 |
| Hex | E0 | 5 | 4F | 0 | 62 | 41 | C | 154 | 60 | 2D |
| Octal | 340 | 5 | 117 | 0 | 142 | 101 | 14 | 524 | 140 | 55 |
| Binary | 11100000 | 101 | 1001111 | 0 | 1100010 | 1000001 | 1100 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E0054F
Complementary color
Monochromatic Colors of #E0054F
Black with #E0054F
Text Example
Text Example
White with #E0054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0054F; }
p { color: rgb(224,5,79); }
H1.HeaderClassName
{
color: #E0054F;
}
.AnyTagClassName
{
color: #E0054F;
}
</style>
background-color css
<style>
a { background-color: #E0054F; }
a { background-color: rgb(224,5,79); }
div.DivClassName
{
background-color: #E0054F;
}
.BgClassName
{
background-color: #E0054F;
}
</style>
border-color css
<style>
span { border-color: #E0054F; }
span { border-color: rgb(224,5,79); }
td.TdClassName
{
border-color: #E0054F;
}
.TagClassName
{
border-color: #E0054F;
}
</style>