Shades of Razzmatazz #E0114E
Tints of Razzmatazz #E0114E
RGB
CMYK
RGB Variations
Color information
#E0114E (or 0xE0114E) is known color: Razzmatazz. HEX triplet: E0, 11 and 4E. RGB value is (224,17,78). Sum of RGB (Red+Green+Blue) = 224+17+78=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0114E is #1FEEB1. Grayscale: #555555. Windows color (decimal): -2092722 or 5116384. OLE color: 5116384.
HSL color Cylindrical-coordinate representation of color #E0114E: hue angle of 342.32º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0114E is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.12 |
| HSL | 342.32º | 0.86% | 0.47% | - |
| HSV(B) | 342.32º | 0.92% | 0.88% | - |
| XYZ | 32.32 | 16.8 | 8.75 | - |
| YUV | 85.85 | 123.58 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 78 | 0 | 0.92 | 0.65 | 0.12 | 342.32 | 0.86 | 0.47 |
| Hex | E0 | 11 | 4E | 0 | 5C | 41 | C | 156 | 56 | 2F |
| Octal | 340 | 21 | 116 | 0 | 134 | 101 | 14 | 526 | 126 | 57 |
| Binary | 11100000 | 10001 | 1001110 | 0 | 1011100 | 1000001 | 1100 | 101010110 | 1010110 | 101111 |
Color Harmonies of #E0114E
Complementary color
Monochromatic Colors of #E0114E
Black with #E0114E
Text Example
Text Example
White with #E0114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0114E; }
p { color: rgb(224,17,78); }
H1.HeaderClassName
{
color: #E0114E;
}
.AnyTagClassName
{
color: #E0114E;
}
</style>
background-color css
<style>
a { background-color: #E0114E; }
a { background-color: rgb(224,17,78); }
div.DivClassName
{
background-color: #E0114E;
}
.BgClassName
{
background-color: #E0114E;
}
</style>
border-color css
<style>
span { border-color: #E0114E; }
span { border-color: rgb(224,17,78); }
td.TdClassName
{
border-color: #E0114E;
}
.TagClassName
{
border-color: #E0114E;
}
</style>