Shades of Razzmatazz #E90D62
Tints of Razzmatazz #E90D62
RGB
CMYK
RGB Variations
Color information
#E90D62 (or 0xE90D62) is known color: Razzmatazz. HEX triplet: E9, 0D and 62. RGB value is (233,13,98). Sum of RGB (Red+Green+Blue) = 233+13+98=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D62 is #16F29D. Grayscale: #585858. Windows color (decimal): -1503902 or 6426089. OLE color: 6426089.
HSL color Cylindrical-coordinate representation of color #E90D62: hue angle of 336.82º 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 #E90D62 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.09 |
| HSL | 336.82º | 0.89% | 0.48% | - |
| HSV(B) | 336.82º | 0.94% | 0.91% | - |
| XYZ | 35.95 | 18.49 | 13.23 | - |
| YUV | 88.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 98 | 0 | 0.94 | 0.58 | 0.09 | 336.82 | 0.89 | 0.48 |
| Hex | E9 | D | 62 | 0 | 5E | 3A | 9 | 151 | 59 | 30 |
| Octal | 351 | 15 | 142 | 0 | 136 | 72 | 11 | 521 | 131 | 60 |
| Binary | 11101001 | 1101 | 1100010 | 0 | 1011110 | 111010 | 1001 | 101010001 | 1011001 | 110000 |
Color Harmonies of #E90D62
Complementary color
Monochromatic Colors of #E90D62
Black with #E90D62
Text Example
Text Example
White with #E90D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D62; }
p { color: rgb(233,13,98); }
H1.HeaderClassName
{
color: #E90D62;
}
.AnyTagClassName
{
color: #E90D62;
}
</style>
background-color css
<style>
a { background-color: #E90D62; }
a { background-color: rgb(233,13,98); }
div.DivClassName
{
background-color: #E90D62;
}
.BgClassName
{
background-color: #E90D62;
}
</style>
border-color css
<style>
span { border-color: #E90D62; }
span { border-color: rgb(233,13,98); }
td.TdClassName
{
border-color: #E90D62;
}
.TagClassName
{
border-color: #E90D62;
}
</style>