Shades of Razzmatazz #E8095B
Tints of Razzmatazz #E8095B
RGB
CMYK
RGB Variations
Color information
#E8095B (or 0xE8095B) is known color: Razzmatazz. HEX triplet: E8, 09 and 5B. RGB value is (232,9,91). Sum of RGB (Red+Green+Blue) = 232+9+91=332 (43% of max value = 765). Red value is 232 (91.02% from 255 or 69.88% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 232 - color contains mainly: red. Hex color #E8095B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8095B is #17F6A4. Grayscale: #545454. Windows color (decimal): -1570469 or 5966312. OLE color: 5966312.
HSL color Cylindrical-coordinate representation of color #E8095B: hue angle of 337.94º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8095B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.09 |
| HSL | 337.94º | 0.93% | 0.47% | - |
| HSV(B) | 337.94º | 0.96% | 0.91% | - |
| XYZ | 35.26 | 18.11 | 11.53 | - |
| YUV | 85.03 | 131.38 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 91 | 0 | 0.96 | 0.61 | 0.09 | 337.94 | 0.93 | 0.47 |
| Hex | E8 | 9 | 5B | 0 | 60 | 3D | 9 | 152 | 5D | 2F |
| Octal | 350 | 11 | 133 | 0 | 140 | 75 | 11 | 522 | 135 | 57 |
| Binary | 11101000 | 1001 | 1011011 | 0 | 1100000 | 111101 | 1001 | 101010010 | 1011101 | 101111 |
Color Harmonies of #E8095B
Complementary color
Monochromatic Colors of #E8095B
Black with #E8095B
Text Example
Text Example
White with #E8095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8095B; }
p { color: rgb(232,9,91); }
H1.HeaderClassName
{
color: #E8095B;
}
.AnyTagClassName
{
color: #E8095B;
}
</style>
background-color css
<style>
a { background-color: #E8095B; }
a { background-color: rgb(232,9,91); }
div.DivClassName
{
background-color: #E8095B;
}
.BgClassName
{
background-color: #E8095B;
}
</style>
border-color css
<style>
span { border-color: #E8095B; }
span { border-color: rgb(232,9,91); }
td.TdClassName
{
border-color: #E8095B;
}
.TagClassName
{
border-color: #E8095B;
}
</style>