Shades of Razzmatazz #E0034E
Tints of Razzmatazz #E0034E
RGB
CMYK
RGB Variations
Color information
#E0034E (or 0xE0034E) is known color: Razzmatazz. HEX triplet: E0, 03 and 4E. RGB value is (224,3,78). Sum of RGB (Red+Green+Blue) = 224+3+78=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0034E is #1FFCB1. Grayscale: #4D4D4D. Windows color (decimal): -2096306 or 5112800. OLE color: 5112800.
HSL color Cylindrical-coordinate representation of color #E0034E: hue angle of 339.64º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0034E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.12 |
| HSL | 339.64º | 0.97% | 0.45% | - |
| HSV(B) | 339.64º | 0.99% | 0.88% | - |
| XYZ | 32.15 | 16.46 | 8.69 | - |
| YUV | 77.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 78 | 0 | 0.99 | 0.65 | 0.12 | 339.64 | 0.97 | 0.45 |
| Hex | E0 | 3 | 4E | 0 | 63 | 41 | C | 154 | 61 | 2D |
| Octal | 340 | 3 | 116 | 0 | 143 | 101 | 14 | 524 | 141 | 55 |
| Binary | 11100000 | 11 | 1001110 | 0 | 1100011 | 1000001 | 1100 | 101010100 | 1100001 | 101101 |
Color Harmonies of #E0034E
Complementary color
Monochromatic Colors of #E0034E
Black with #E0034E
Text Example
Text Example
White with #E0034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0034E; }
p { color: rgb(224,3,78); }
H1.HeaderClassName
{
color: #E0034E;
}
.AnyTagClassName
{
color: #E0034E;
}
</style>
background-color css
<style>
a { background-color: #E0034E; }
a { background-color: rgb(224,3,78); }
div.DivClassName
{
background-color: #E0034E;
}
.BgClassName
{
background-color: #E0034E;
}
</style>
border-color css
<style>
span { border-color: #E0034E; }
span { border-color: rgb(224,3,78); }
td.TdClassName
{
border-color: #E0034E;
}
.TagClassName
{
border-color: #E0034E;
}
</style>