Shades of Razzmatazz #E0085E
Tints of Razzmatazz #E0085E
RGB
CMYK
RGB Variations
Color information
#E0085E (or 0xE0085E) is known color: Razzmatazz. HEX triplet: E0, 08 and 5E. RGB value is (224,8,94). Sum of RGB (Red+Green+Blue) = 224+8+94=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0085E is #1FF7A1. Grayscale: #525252. Windows color (decimal): -2095010 or 6162656. OLE color: 6162656.
HSL color Cylindrical-coordinate representation of color #E0085E: hue angle of 336.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0085E is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.12 |
| HSL | 336.11º | 0.93% | 0.45% | - |
| HSV(B) | 336.11º | 0.96% | 0.88% | - |
| XYZ | 32.85 | 16.83 | 12.11 | - |
| YUV | 82.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 94 | 0 | 0.96 | 0.58 | 0.12 | 336.11 | 0.93 | 0.45 |
| Hex | E0 | 8 | 5E | 0 | 60 | 3A | C | 150 | 5D | 2D |
| Octal | 340 | 10 | 136 | 0 | 140 | 72 | 14 | 520 | 135 | 55 |
| Binary | 11100000 | 1000 | 1011110 | 0 | 1100000 | 111010 | 1100 | 101010000 | 1011101 | 101101 |
Color Harmonies of #E0085E
Complementary color
Monochromatic Colors of #E0085E
Black with #E0085E
Text Example
Text Example
White with #E0085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0085E; }
p { color: rgb(224,8,94); }
H1.HeaderClassName
{
color: #E0085E;
}
.AnyTagClassName
{
color: #E0085E;
}
</style>
background-color css
<style>
a { background-color: #E0085E; }
a { background-color: rgb(224,8,94); }
div.DivClassName
{
background-color: #E0085E;
}
.BgClassName
{
background-color: #E0085E;
}
</style>
border-color css
<style>
span { border-color: #E0085E; }
span { border-color: rgb(224,8,94); }
td.TdClassName
{
border-color: #E0085E;
}
.TagClassName
{
border-color: #E0085E;
}
</style>