Shades of Razzmatazz #E0095F
Tints of Razzmatazz #E0095F
RGB
CMYK
RGB Variations
Color information
#E0095F (or 0xE0095F) is known color: Razzmatazz. HEX triplet: E0, 09 and 5F. RGB value is (224,9,95). Sum of RGB (Red+Green+Blue) = 224+9+95=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E0095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0095F is #1FF6A0. Grayscale: #525252. Windows color (decimal): -2094753 or 6228448. OLE color: 6228448.
HSL color Cylindrical-coordinate representation of color #E0095F: hue angle of 336º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0095F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.12 |
| HSL | 336º | 0.92% | 0.46% | - |
| HSV(B) | 336º | 0.96% | 0.88% | - |
| XYZ | 32.9 | 16.87 | 12.35 | - |
| YUV | 83.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 95 | 0 | 0.96 | 0.58 | 0.12 | 336 | 0.92 | 0.46 |
| Hex | E0 | 9 | 5F | 0 | 60 | 3A | C | 150 | 5C | 2E |
| Octal | 340 | 11 | 137 | 0 | 140 | 72 | 14 | 520 | 134 | 56 |
| Binary | 11100000 | 1001 | 1011111 | 0 | 1100000 | 111010 | 1100 | 101010000 | 1011100 | 101110 |
Color Harmonies of #E0095F
Complementary color
Monochromatic Colors of #E0095F
Black with #E0095F
Text Example
Text Example
White with #E0095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0095F; }
p { color: rgb(224,9,95); }
H1.HeaderClassName
{
color: #E0095F;
}
.AnyTagClassName
{
color: #E0095F;
}
</style>
background-color css
<style>
a { background-color: #E0095F; }
a { background-color: rgb(224,9,95); }
div.DivClassName
{
background-color: #E0095F;
}
.BgClassName
{
background-color: #E0095F;
}
</style>
border-color css
<style>
span { border-color: #E0095F; }
span { border-color: rgb(224,9,95); }
td.TdClassName
{
border-color: #E0095F;
}
.TagClassName
{
border-color: #E0095F;
}
</style>