Shades of Razzmatazz #E90372
Tints of Razzmatazz #E90372
RGB
CMYK
RGB Variations
Color information
#E90372 (or 0xE90372) is known color: Razzmatazz. HEX triplet: E9, 03 and 72. RGB value is (233,3,114). Sum of RGB (Red+Green+Blue) = 233+3+114=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E90372 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90372 is #16FC8D. Grayscale: #545454. Windows color (decimal): -1506446 or 7472105. OLE color: 7472105.
HSL color Cylindrical-coordinate representation of color #E90372: hue angle of 331.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E90372 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.09 |
| HSL | 331.04º | 0.97% | 0.46% | - |
| HSV(B) | 331.04º | 0.99% | 0.91% | - |
| XYZ | 36.67 | 18.6 | 17.58 | - |
| YUV | 84.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 3 | 114 | 0 | 0.99 | 0.51 | 0.09 | 331.04 | 0.97 | 0.46 |
| Hex | E9 | 3 | 72 | 0 | 63 | 33 | 9 | 14B | 61 | 2E |
| Octal | 351 | 3 | 162 | 0 | 143 | 63 | 11 | 513 | 141 | 56 |
| Binary | 11101001 | 11 | 1110010 | 0 | 1100011 | 110011 | 1001 | 101001011 | 1100001 | 101110 |
Color Harmonies of #E90372
Complementary color
Monochromatic Colors of #E90372
Black with #E90372
Text Example
Text Example
White with #E90372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90372; }
p { color: rgb(233,3,114); }
H1.HeaderClassName
{
color: #E90372;
}
.AnyTagClassName
{
color: #E90372;
}
</style>
background-color css
<style>
a { background-color: #E90372; }
a { background-color: rgb(233,3,114); }
div.DivClassName
{
background-color: #E90372;
}
.BgClassName
{
background-color: #E90372;
}
</style>
border-color css
<style>
span { border-color: #E90372; }
span { border-color: rgb(233,3,114); }
td.TdClassName
{
border-color: #E90372;
}
.TagClassName
{
border-color: #E90372;
}
</style>