Shades of Razzmatazz #E0085D
Tints of Razzmatazz #E0085D
RGB
CMYK
RGB Variations
Color information
#E0085D (or 0xE0085D) is known color: Razzmatazz. HEX triplet: E0, 08 and 5D. RGB value is (224,8,93). Sum of RGB (Red+Green+Blue) = 224+8+93=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0085D is #1FF7A2. Grayscale: #525252. Windows color (decimal): -2095011 or 6097120. OLE color: 6097120.
HSL color Cylindrical-coordinate representation of color #E0085D: hue angle of 336.39º 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 #E0085D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.12 |
| HSL | 336.39º | 0.93% | 0.45% | - |
| HSV(B) | 336.39º | 0.96% | 0.88% | - |
| XYZ | 32.8 | 16.81 | 11.87 | - |
| YUV | 82.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 93 | 0 | 0.96 | 0.58 | 0.12 | 336.39 | 0.93 | 0.45 |
| Hex | E0 | 8 | 5D | 0 | 60 | 3A | C | 150 | 5D | 2D |
| Octal | 340 | 10 | 135 | 0 | 140 | 72 | 14 | 520 | 135 | 55 |
| Binary | 11100000 | 1000 | 1011101 | 0 | 1100000 | 111010 | 1100 | 101010000 | 1011101 | 101101 |
Color Harmonies of #E0085D
Complementary color
Monochromatic Colors of #E0085D
Black with #E0085D
Text Example
Text Example
White with #E0085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0085D; }
p { color: rgb(224,8,93); }
H1.HeaderClassName
{
color: #E0085D;
}
.AnyTagClassName
{
color: #E0085D;
}
</style>
background-color css
<style>
a { background-color: #E0085D; }
a { background-color: rgb(224,8,93); }
div.DivClassName
{
background-color: #E0085D;
}
.BgClassName
{
background-color: #E0085D;
}
</style>
border-color css
<style>
span { border-color: #E0085D; }
span { border-color: rgb(224,8,93); }
td.TdClassName
{
border-color: #E0085D;
}
.TagClassName
{
border-color: #E0085D;
}
</style>