Shades of Razzmatazz #E0005F
Tints of Razzmatazz #E0005F
RGB
CMYK
RGB Variations
Color information
#E0005F (or 0xE0005F) is known color: Razzmatazz. HEX triplet: E0, 00 and 5F. RGB value is (224,0,95). Sum of RGB (Red+Green+Blue) = 224+0+95=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E0005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0005F is #1FFFA0. Grayscale: #4D4D4D. Windows color (decimal): -2097057 or 6226144. OLE color: 6226144.
HSL color Cylindrical-coordinate representation of color #E0005F: hue angle of 334.55º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0005F is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.58 | 0.12 |
| HSL | 334.55º | 1% | 0.44% | - |
| HSV(B) | 334.55º | 1% | 0.88% | - |
| XYZ | 32.81 | 16.67 | 12.32 | - |
| YUV | 77.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 0 | 95 | 0 | 1 | 0.58 | 0.12 | 334.55 | 1 | 0.44 |
| Hex | E0 | 0 | 5F | 0 | 64 | 3A | C | 14F | 64 | 2C |
| Octal | 340 | 0 | 137 | 0 | 144 | 72 | 14 | 517 | 144 | 54 |
| Binary | 11100000 | 0 | 1011111 | 0 | 1100100 | 111010 | 1100 | 101001111 | 1100100 | 101100 |
Color Harmonies of #E0005F
Complementary color
Monochromatic Colors of #E0005F
Black with #E0005F
Text Example
Text Example
White with #E0005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0005F; }
p { color: rgb(224,0,95); }
H1.HeaderClassName
{
color: #E0005F;
}
.AnyTagClassName
{
color: #E0005F;
}
</style>
background-color css
<style>
a { background-color: #E0005F; }
a { background-color: rgb(224,0,95); }
div.DivClassName
{
background-color: #E0005F;
}
.BgClassName
{
background-color: #E0005F;
}
</style>
border-color css
<style>
span { border-color: #E0005F; }
span { border-color: rgb(224,0,95); }
td.TdClassName
{
border-color: #E0005F;
}
.TagClassName
{
border-color: #E0005F;
}
</style>