Shades of Razzmatazz #E0154E
Tints of Razzmatazz #E0154E
RGB
CMYK
RGB Variations
Color information
#E0154E (or 0xE0154E) is known color: Razzmatazz. HEX triplet: E0, 15 and 4E. RGB value is (224,21,78). Sum of RGB (Red+Green+Blue) = 224+21+78=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0154E is #1FEAB1. Grayscale: #585858. Windows color (decimal): -2091698 or 5117408. OLE color: 5117408.
HSL color Cylindrical-coordinate representation of color #E0154E: hue angle of 343.15º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0154E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 21 | 78 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.12 |
| HSL | 343.15º | 0.83% | 0.48% | - |
| HSV(B) | 343.15º | 0.91% | 0.88% | - |
| XYZ | 32.38 | 16.93 | 8.77 | - |
| YUV | 88.2 | 122.25 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 21 | 78 | 0 | 0.91 | 0.65 | 0.12 | 343.15 | 0.83 | 0.48 |
| Hex | E0 | 15 | 4E | 0 | 5B | 41 | C | 157 | 53 | 30 |
| Octal | 340 | 25 | 116 | 0 | 133 | 101 | 14 | 527 | 123 | 60 |
| Binary | 11100000 | 10101 | 1001110 | 0 | 1011011 | 1000001 | 1100 | 101010111 | 1010011 | 110000 |
Color Harmonies of #E0154E
Complementary color
Monochromatic Colors of #E0154E
Black with #E0154E
Text Example
Text Example
White with #E0154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0154E; }
p { color: rgb(224,21,78); }
H1.HeaderClassName
{
color: #E0154E;
}
.AnyTagClassName
{
color: #E0154E;
}
</style>
background-color css
<style>
a { background-color: #E0154E; }
a { background-color: rgb(224,21,78); }
div.DivClassName
{
background-color: #E0154E;
}
.BgClassName
{
background-color: #E0154E;
}
</style>
border-color css
<style>
span { border-color: #E0154E; }
span { border-color: rgb(224,21,78); }
td.TdClassName
{
border-color: #E0154E;
}
.TagClassName
{
border-color: #E0154E;
}
</style>