Shades of Razzmatazz #E2085D
Tints of Razzmatazz #E2085D
RGB
CMYK
RGB Variations
Color information
#E2085D (or 0xE2085D) is known color: Razzmatazz. HEX triplet: E2, 08 and 5D. RGB value is (226,8,93). Sum of RGB (Red+Green+Blue) = 226+8+93=327 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.11% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 226 - color contains mainly: red. Hex color #E2085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2085D is #1DF7A2. Grayscale: #525252. Windows color (decimal): -1963939 or 6097122. OLE color: 6097122.
HSL color Cylindrical-coordinate representation of color #E2085D: hue angle of 336.61º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2085D is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.11 |
| HSL | 336.61º | 0.93% | 0.46% | - |
| HSV(B) | 336.61º | 0.96% | 0.89% | - |
| XYZ | 33.43 | 17.13 | 11.9 | - |
| YUV | 82.87 | 133.72 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 93 | 0 | 0.96 | 0.59 | 0.11 | 336.61 | 0.93 | 0.46 |
| Hex | E2 | 8 | 5D | 0 | 60 | 3B | B | 151 | 5D | 2E |
| Octal | 342 | 10 | 135 | 0 | 140 | 73 | 13 | 521 | 135 | 56 |
| Binary | 11100010 | 1000 | 1011101 | 0 | 1100000 | 111011 | 1011 | 101010001 | 1011101 | 101110 |
Color Harmonies of #E2085D
Complementary color
Monochromatic Colors of #E2085D
Black with #E2085D
Text Example
Text Example
White with #E2085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2085D; }
p { color: rgb(226,8,93); }
H1.HeaderClassName
{
color: #E2085D;
}
.AnyTagClassName
{
color: #E2085D;
}
</style>
background-color css
<style>
a { background-color: #E2085D; }
a { background-color: rgb(226,8,93); }
div.DivClassName
{
background-color: #E2085D;
}
.BgClassName
{
background-color: #E2085D;
}
</style>
border-color css
<style>
span { border-color: #E2085D; }
span { border-color: rgb(226,8,93); }
td.TdClassName
{
border-color: #E2085D;
}
.TagClassName
{
border-color: #E2085D;
}
</style>