Shades of Razzmatazz #E9085A
Tints of Razzmatazz #E9085A
RGB
CMYK
RGB Variations
Color information
#E9085A (or 0xE9085A) is known color: Razzmatazz. HEX triplet: E9, 08 and 5A. RGB value is (233,8,90). Sum of RGB (Red+Green+Blue) = 233+8+90=331 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.39% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 233 - color contains mainly: red. Hex color #E9085A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9085A is #16F7A5. Grayscale: #545454. Windows color (decimal): -1505190 or 5900521. OLE color: 5900521.
HSL color Cylindrical-coordinate representation of color #E9085A: hue angle of 338.13º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9085A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 90 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.09 |
| HSL | 338.13º | 0.93% | 0.47% | - |
| HSV(B) | 338.13º | 0.97% | 0.91% | - |
| XYZ | 35.54 | 18.24 | 11.32 | - |
| YUV | 84.62 | 131.04 | 233.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 90 | 0 | 0.97 | 0.61 | 0.09 | 338.13 | 0.93 | 0.47 |
| Hex | E9 | 8 | 5A | 0 | 61 | 3D | 9 | 152 | 5D | 2F |
| Octal | 351 | 10 | 132 | 0 | 141 | 75 | 11 | 522 | 135 | 57 |
| Binary | 11101001 | 1000 | 1011010 | 0 | 1100001 | 111101 | 1001 | 101010010 | 1011101 | 101111 |
Color Harmonies of #E9085A
Complementary color
Monochromatic Colors of #E9085A
Black with #E9085A
Text Example
Text Example
White with #E9085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9085A; }
p { color: rgb(233,8,90); }
H1.HeaderClassName
{
color: #E9085A;
}
.AnyTagClassName
{
color: #E9085A;
}
</style>
background-color css
<style>
a { background-color: #E9085A; }
a { background-color: rgb(233,8,90); }
div.DivClassName
{
background-color: #E9085A;
}
.BgClassName
{
background-color: #E9085A;
}
</style>
border-color css
<style>
span { border-color: #E9085A; }
span { border-color: rgb(233,8,90); }
td.TdClassName
{
border-color: #E9085A;
}
.TagClassName
{
border-color: #E9085A;
}
</style>