Shades of Razzmatazz #E0044F
Tints of Razzmatazz #E0044F
RGB
CMYK
RGB Variations
Color information
#E0044F (or 0xE0044F) is known color: Razzmatazz. HEX triplet: E0, 04 and 4F. RGB value is (224,4,79). Sum of RGB (Red+Green+Blue) = 224+4+79=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0044F is #1FFBB0. Grayscale: #4E4E4E. Windows color (decimal): -2096049 or 5178592. OLE color: 5178592.
HSL color Cylindrical-coordinate representation of color #E0044F: hue angle of 339.55º 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 #E0044F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.12 |
| HSL | 339.55º | 0.96% | 0.45% | - |
| HSV(B) | 339.55º | 0.98% | 0.88% | - |
| XYZ | 32.2 | 16.5 | 8.88 | - |
| YUV | 78.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 79 | 0 | 0.98 | 0.65 | 0.12 | 339.55 | 0.96 | 0.45 |
| Hex | E0 | 4 | 4F | 0 | 62 | 41 | C | 154 | 60 | 2D |
| Octal | 340 | 4 | 117 | 0 | 142 | 101 | 14 | 524 | 140 | 55 |
| Binary | 11100000 | 100 | 1001111 | 0 | 1100010 | 1000001 | 1100 | 101010100 | 1100000 | 101101 |
Color Harmonies of #E0044F
Complementary color
Monochromatic Colors of #E0044F
Black with #E0044F
Text Example
Text Example
White with #E0044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0044F; }
p { color: rgb(224,4,79); }
H1.HeaderClassName
{
color: #E0044F;
}
.AnyTagClassName
{
color: #E0044F;
}
</style>
background-color css
<style>
a { background-color: #E0044F; }
a { background-color: rgb(224,4,79); }
div.DivClassName
{
background-color: #E0044F;
}
.BgClassName
{
background-color: #E0044F;
}
</style>
border-color css
<style>
span { border-color: #E0044F; }
span { border-color: rgb(224,4,79); }
td.TdClassName
{
border-color: #E0044F;
}
.TagClassName
{
border-color: #E0044F;
}
</style>