Shades of Razzmatazz #E1085D
Tints of Razzmatazz #E1085D
RGB
CMYK
RGB Variations
Color information
#E1085D (or 0xE1085D) is known color: Razzmatazz. HEX triplet: E1, 08 and 5D. RGB value is (225,8,93). Sum of RGB (Red+Green+Blue) = 225+8+93=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1085D is #1EF7A2. Grayscale: #525252. Windows color (decimal): -2029475 or 6097121. OLE color: 6097121.
HSL color Cylindrical-coordinate representation of color #E1085D: hue angle of 336.5º degrees, saturation: 0.93, 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 #E1085D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.12 |
| HSL | 336.5º | 0.93% | 0.46% | - |
| HSV(B) | 336.5º | 0.96% | 0.88% | - |
| XYZ | 33.11 | 16.97 | 11.89 | - |
| YUV | 82.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 93 | 0 | 0.96 | 0.59 | 0.12 | 336.5 | 0.93 | 0.46 |
| Hex | E1 | 8 | 5D | 0 | 60 | 3B | C | 150 | 5D | 2E |
| Octal | 341 | 10 | 135 | 0 | 140 | 73 | 14 | 520 | 135 | 56 |
| Binary | 11100001 | 1000 | 1011101 | 0 | 1100000 | 111011 | 1100 | 101010000 | 1011101 | 101110 |
Color Harmonies of #E1085D
Complementary color
Monochromatic Colors of #E1085D
Black with #E1085D
Text Example
Text Example
White with #E1085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1085D; }
p { color: rgb(225,8,93); }
H1.HeaderClassName
{
color: #E1085D;
}
.AnyTagClassName
{
color: #E1085D;
}
</style>
background-color css
<style>
a { background-color: #E1085D; }
a { background-color: rgb(225,8,93); }
div.DivClassName
{
background-color: #E1085D;
}
.BgClassName
{
background-color: #E1085D;
}
</style>
border-color css
<style>
span { border-color: #E1085D; }
span { border-color: rgb(225,8,93); }
td.TdClassName
{
border-color: #E1085D;
}
.TagClassName
{
border-color: #E1085D;
}
</style>