Shades of Razzmatazz #E91152
Tints of Razzmatazz #E91152
RGB
CMYK
RGB Variations
Color information
#E91152 (or 0xE91152) is known color: Razzmatazz. HEX triplet: E9, 11 and 52. RGB value is (233,17,82). Sum of RGB (Red+Green+Blue) = 233+17+82=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E91152 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91152 is #16EEAD. Grayscale: #585858. Windows color (decimal): -1502894 or 5378537. OLE color: 5378537.
HSL color Cylindrical-coordinate representation of color #E91152: hue angle of 341.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91152 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 17 | 82 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.09 |
| HSL | 341.94º | 0.86% | 0.49% | - |
| HSV(B) | 341.94º | 0.93% | 0.91% | - |
| XYZ | 35.33 | 18.33 | 9.66 | - |
| YUV | 88.99 | 124.06 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 82 | 0 | 0.93 | 0.65 | 0.09 | 341.94 | 0.86 | 0.49 |
| Hex | E9 | 11 | 52 | 0 | 5D | 41 | 9 | 156 | 56 | 31 |
| Octal | 351 | 21 | 122 | 0 | 135 | 101 | 11 | 526 | 126 | 61 |
| Binary | 11101001 | 10001 | 1010010 | 0 | 1011101 | 1000001 | 1001 | 101010110 | 1010110 | 110001 |
Color Harmonies of #E91152
Complementary color
Monochromatic Colors of #E91152
Black with #E91152
Text Example
Text Example
White with #E91152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91152; }
p { color: rgb(233,17,82); }
H1.HeaderClassName
{
color: #E91152;
}
.AnyTagClassName
{
color: #E91152;
}
</style>
background-color css
<style>
a { background-color: #E91152; }
a { background-color: rgb(233,17,82); }
div.DivClassName
{
background-color: #E91152;
}
.BgClassName
{
background-color: #E91152;
}
</style>
border-color css
<style>
span { border-color: #E91152; }
span { border-color: rgb(233,17,82); }
td.TdClassName
{
border-color: #E91152;
}
.TagClassName
{
border-color: #E91152;
}
</style>