Shades of Razzmatazz #E4114C
Tints of Razzmatazz #E4114C
RGB
CMYK
RGB Variations
Color information
#E4114C (or 0xE4114C) is known color: Razzmatazz. HEX triplet: E4, 11 and 4C. RGB value is (228,17,76). Sum of RGB (Red+Green+Blue) = 228+17+76=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4114C is #1BEEB3. Grayscale: #565656. Windows color (decimal): -1830580 or 4985316. OLE color: 4985316.
HSL color Cylindrical-coordinate representation of color #E4114C: hue angle of 343.22º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4114C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 76 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.11 |
| HSL | 343.22º | 0.86% | 0.48% | - |
| HSV(B) | 343.22º | 0.93% | 0.89% | - |
| XYZ | 33.5 | 17.42 | 8.43 | - |
| YUV | 86.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 76 | 0 | 0.93 | 0.67 | 0.11 | 343.22 | 0.86 | 0.48 |
| Hex | E4 | 11 | 4C | 0 | 5D | 43 | B | 157 | 56 | 30 |
| Octal | 344 | 21 | 114 | 0 | 135 | 103 | 13 | 527 | 126 | 60 |
| Binary | 11100100 | 10001 | 1001100 | 0 | 1011101 | 1000011 | 1011 | 101010111 | 1010110 | 110000 |
Color Harmonies of #E4114C
Complementary color
Monochromatic Colors of #E4114C
Black with #E4114C
Text Example
Text Example
White with #E4114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4114C; }
p { color: rgb(228,17,76); }
H1.HeaderClassName
{
color: #E4114C;
}
.AnyTagClassName
{
color: #E4114C;
}
</style>
background-color css
<style>
a { background-color: #E4114C; }
a { background-color: rgb(228,17,76); }
div.DivClassName
{
background-color: #E4114C;
}
.BgClassName
{
background-color: #E4114C;
}
</style>
border-color css
<style>
span { border-color: #E4114C; }
span { border-color: rgb(228,17,76); }
td.TdClassName
{
border-color: #E4114C;
}
.TagClassName
{
border-color: #E4114C;
}
</style>