Shades of Razzmatazz #E2144E
Tints of Razzmatazz #E2144E
RGB
CMYK
RGB Variations
Color information
#E2144E (or 0xE2144E) is known color: Razzmatazz. HEX triplet: E2, 14 and 4E. RGB value is (226,20,78). Sum of RGB (Red+Green+Blue) = 226+20+78=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2144E is #1DEBB1. Grayscale: #585858. Windows color (decimal): -1960882 or 5117154. OLE color: 5117154.
HSL color Cylindrical-coordinate representation of color #E2144E: hue angle of 343.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2144E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.11 |
| HSL | 343.11º | 0.84% | 0.48% | - |
| HSV(B) | 343.11º | 0.91% | 0.89% | - |
| XYZ | 32.99 | 17.22 | 8.79 | - |
| YUV | 88.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 20 | 78 | 0 | 0.91 | 0.65 | 0.11 | 343.11 | 0.84 | 0.48 |
| Hex | E2 | 14 | 4E | 0 | 5B | 41 | B | 157 | 54 | 30 |
| Octal | 342 | 24 | 116 | 0 | 133 | 101 | 13 | 527 | 124 | 60 |
| Binary | 11100010 | 10100 | 1001110 | 0 | 1011011 | 1000001 | 1011 | 101010111 | 1010100 | 110000 |
Color Harmonies of #E2144E
Complementary color
Monochromatic Colors of #E2144E
Black with #E2144E
Text Example
Text Example
White with #E2144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2144E; }
p { color: rgb(226,20,78); }
H1.HeaderClassName
{
color: #E2144E;
}
.AnyTagClassName
{
color: #E2144E;
}
</style>
background-color css
<style>
a { background-color: #E2144E; }
a { background-color: rgb(226,20,78); }
div.DivClassName
{
background-color: #E2144E;
}
.BgClassName
{
background-color: #E2144E;
}
</style>
border-color css
<style>
span { border-color: #E2144E; }
span { border-color: rgb(226,20,78); }
td.TdClassName
{
border-color: #E2144E;
}
.TagClassName
{
border-color: #E2144E;
}
</style>