Shades of Razzmatazz #E90D56
Tints of Razzmatazz #E90D56
RGB
CMYK
RGB Variations
Color information
#E90D56 (or 0xE90D56) is known color: Razzmatazz. HEX triplet: E9, 0D and 56. RGB value is (233,13,86). Sum of RGB (Red+Green+Blue) = 233+13+86=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D56 is #16F2A9. Grayscale: #575757. Windows color (decimal): -1503914 or 5639657. OLE color: 5639657.
HSL color Cylindrical-coordinate representation of color #E90D56: hue angle of 340.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D56 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 86 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.09 |
| HSL | 340.09º | 0.89% | 0.48% | - |
| HSV(B) | 340.09º | 0.94% | 0.91% | - |
| XYZ | 35.43 | 18.28 | 10.47 | - |
| YUV | 87.1 | 127.39 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 86 | 0 | 0.94 | 0.63 | 0.09 | 340.09 | 0.89 | 0.48 |
| Hex | E9 | D | 56 | 0 | 5E | 3F | 9 | 154 | 59 | 30 |
| Octal | 351 | 15 | 126 | 0 | 136 | 77 | 11 | 524 | 131 | 60 |
| Binary | 11101001 | 1101 | 1010110 | 0 | 1011110 | 111111 | 1001 | 101010100 | 1011001 | 110000 |
Color Harmonies of #E90D56
Complementary color
Monochromatic Colors of #E90D56
Black with #E90D56
Text Example
Text Example
White with #E90D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D56; }
p { color: rgb(233,13,86); }
H1.HeaderClassName
{
color: #E90D56;
}
.AnyTagClassName
{
color: #E90D56;
}
</style>
background-color css
<style>
a { background-color: #E90D56; }
a { background-color: rgb(233,13,86); }
div.DivClassName
{
background-color: #E90D56;
}
.BgClassName
{
background-color: #E90D56;
}
</style>
border-color css
<style>
span { border-color: #E90D56; }
span { border-color: rgb(233,13,86); }
td.TdClassName
{
border-color: #E90D56;
}
.TagClassName
{
border-color: #E90D56;
}
</style>