Shades of Razzmatazz #E0085B
Tints of Razzmatazz #E0085B
RGB
CMYK
RGB Variations
Color information
#E0085B (or 0xE0085B) is known color: Razzmatazz. HEX triplet: E0, 08 and 5B. RGB value is (224,8,91). Sum of RGB (Red+Green+Blue) = 224+8+91=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0085B is #1FF7A4. Grayscale: #515151. Windows color (decimal): -2095013 or 5966048. OLE color: 5966048.
HSL color Cylindrical-coordinate representation of color #E0085B: hue angle of 336.94º 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 #E0085B is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.12 |
| HSL | 336.94º | 0.93% | 0.45% | - |
| HSV(B) | 336.94º | 0.96% | 0.88% | - |
| XYZ | 32.72 | 16.78 | 11.41 | - |
| YUV | 82.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 91 | 0 | 0.96 | 0.59 | 0.12 | 336.94 | 0.93 | 0.45 |
| Hex | E0 | 8 | 5B | 0 | 60 | 3B | C | 151 | 5D | 2D |
| Octal | 340 | 10 | 133 | 0 | 140 | 73 | 14 | 521 | 135 | 55 |
| Binary | 11100000 | 1000 | 1011011 | 0 | 1100000 | 111011 | 1100 | 101010001 | 1011101 | 101101 |
Color Harmonies of #E0085B
Complementary color
Monochromatic Colors of #E0085B
Black with #E0085B
Text Example
Text Example
White with #E0085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0085B; }
p { color: rgb(224,8,91); }
H1.HeaderClassName
{
color: #E0085B;
}
.AnyTagClassName
{
color: #E0085B;
}
</style>
background-color css
<style>
a { background-color: #E0085B; }
a { background-color: rgb(224,8,91); }
div.DivClassName
{
background-color: #E0085B;
}
.BgClassName
{
background-color: #E0085B;
}
</style>
border-color css
<style>
span { border-color: #E0085B; }
span { border-color: rgb(224,8,91); }
td.TdClassName
{
border-color: #E0085B;
}
.TagClassName
{
border-color: #E0085B;
}
</style>