Shades of Razzmatazz #E0075F
Tints of Razzmatazz #E0075F
RGB
CMYK
RGB Variations
Color information
#E0075F (or 0xE0075F) is known color: Razzmatazz. HEX triplet: E0, 07 and 5F. RGB value is (224,7,95). Sum of RGB (Red+Green+Blue) = 224+7+95=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0075F is #1FF8A0. Grayscale: #515151. Windows color (decimal): -2095265 or 6227936. OLE color: 6227936.
HSL color Cylindrical-coordinate representation of color #E0075F: hue angle of 335.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0075F is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.12 |
| HSL | 335.67º | 0.94% | 0.45% | - |
| HSV(B) | 335.67º | 0.97% | 0.88% | - |
| XYZ | 32.88 | 16.83 | 12.34 | - |
| YUV | 81.92 | 135.39 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 95 | 0 | 0.97 | 0.58 | 0.12 | 335.67 | 0.94 | 0.45 |
| Hex | E0 | 7 | 5F | 0 | 61 | 3A | C | 150 | 5E | 2D |
| Octal | 340 | 7 | 137 | 0 | 141 | 72 | 14 | 520 | 136 | 55 |
| Binary | 11100000 | 111 | 1011111 | 0 | 1100001 | 111010 | 1100 | 101010000 | 1011110 | 101101 |
Color Harmonies of #E0075F
Complementary color
Monochromatic Colors of #E0075F
Black with #E0075F
Text Example
Text Example
White with #E0075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0075F; }
p { color: rgb(224,7,95); }
H1.HeaderClassName
{
color: #E0075F;
}
.AnyTagClassName
{
color: #E0075F;
}
</style>
background-color css
<style>
a { background-color: #E0075F; }
a { background-color: rgb(224,7,95); }
div.DivClassName
{
background-color: #E0075F;
}
.BgClassName
{
background-color: #E0075F;
}
</style>
border-color css
<style>
span { border-color: #E0075F; }
span { border-color: rgb(224,7,95); }
td.TdClassName
{
border-color: #E0075F;
}
.TagClassName
{
border-color: #E0075F;
}
</style>