Shades of Razzmatazz #E7085D
Tints of Razzmatazz #E7085D
RGB
CMYK
RGB Variations
Color information
#E7085D (or 0xE7085D) is known color: Razzmatazz. HEX triplet: E7, 08 and 5D. RGB value is (231,8,93). Sum of RGB (Red+Green+Blue) = 231+8+93=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E7085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7085D is #18F7A2. Grayscale: #545454. Windows color (decimal): -1636259 or 6097127. OLE color: 6097127.
HSL color Cylindrical-coordinate representation of color #E7085D: hue angle of 337.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 #E7085D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.09 |
| HSL | 337.13º | 0.93% | 0.47% | - |
| HSV(B) | 337.13º | 0.97% | 0.91% | - |
| XYZ | 35.02 | 17.95 | 11.98 | - |
| YUV | 84.37 | 132.88 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 93 | 0 | 0.97 | 0.60 | 0.09 | 337.13 | 0.93 | 0.47 |
| Hex | E7 | 8 | 5D | 0 | 61 | 3C | 9 | 151 | 5D | 2F |
| Octal | 347 | 10 | 135 | 0 | 141 | 74 | 11 | 521 | 135 | 57 |
| Binary | 11100111 | 1000 | 1011101 | 0 | 1100001 | 111100 | 1001 | 101010001 | 1011101 | 101111 |
Color Harmonies of #E7085D
Complementary color
Monochromatic Colors of #E7085D
Black with #E7085D
Text Example
Text Example
White with #E7085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7085D; }
p { color: rgb(231,8,93); }
H1.HeaderClassName
{
color: #E7085D;
}
.AnyTagClassName
{
color: #E7085D;
}
</style>
background-color css
<style>
a { background-color: #E7085D; }
a { background-color: rgb(231,8,93); }
div.DivClassName
{
background-color: #E7085D;
}
.BgClassName
{
background-color: #E7085D;
}
</style>
border-color css
<style>
span { border-color: #E7085D; }
span { border-color: rgb(231,8,93); }
td.TdClassName
{
border-color: #E7085D;
}
.TagClassName
{
border-color: #E7085D;
}
</style>