Shades of Razzmatazz #E2085A
Tints of Razzmatazz #E2085A
RGB
CMYK
RGB Variations
Color information
#E2085A (or 0xE2085A) is known color: Razzmatazz. HEX triplet: E2, 08 and 5A. RGB value is (226,8,90). Sum of RGB (Red+Green+Blue) = 226+8+90=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E2085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2085A is #1DF7A5. Grayscale: #525252. Windows color (decimal): -1963942 or 5900514. OLE color: 5900514.
HSL color Cylindrical-coordinate representation of color #E2085A: hue angle of 337.43º 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 #E2085A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.11 |
| HSL | 337.43º | 0.93% | 0.46% | - |
| HSV(B) | 337.43º | 0.96% | 0.89% | - |
| XYZ | 33.3 | 17.08 | 11.21 | - |
| YUV | 82.53 | 132.22 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 90 | 0 | 0.96 | 0.60 | 0.11 | 337.43 | 0.93 | 0.46 |
| Hex | E2 | 8 | 5A | 0 | 60 | 3C | B | 151 | 5D | 2E |
| Octal | 342 | 10 | 132 | 0 | 140 | 74 | 13 | 521 | 135 | 56 |
| Binary | 11100010 | 1000 | 1011010 | 0 | 1100000 | 111100 | 1011 | 101010001 | 1011101 | 101110 |
Color Harmonies of #E2085A
Complementary color
Monochromatic Colors of #E2085A
Black with #E2085A
Text Example
Text Example
White with #E2085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2085A; }
p { color: rgb(226,8,90); }
H1.HeaderClassName
{
color: #E2085A;
}
.AnyTagClassName
{
color: #E2085A;
}
</style>
background-color css
<style>
a { background-color: #E2085A; }
a { background-color: rgb(226,8,90); }
div.DivClassName
{
background-color: #E2085A;
}
.BgClassName
{
background-color: #E2085A;
}
</style>
border-color css
<style>
span { border-color: #E2085A; }
span { border-color: rgb(226,8,90); }
td.TdClassName
{
border-color: #E2085A;
}
.TagClassName
{
border-color: #E2085A;
}
</style>