Shades of Razzmatazz #E90250
Tints of Razzmatazz #E90250
RGB
CMYK
RGB Variations
Color information
#E90250 (or 0xE90250) is known color: Razzmatazz. HEX triplet: E9, 02 and 50. RGB value is (233,2,80). Sum of RGB (Red+Green+Blue) = 233+2+80=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E90250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90250 is #16FDAF. Grayscale: #4F4F4F. Windows color (decimal): -1506736 or 5243625. OLE color: 5243625.
HSL color Cylindrical-coordinate representation of color #E90250: hue angle of 339.74º degrees, saturation: 0.98, 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 #E90250 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.09 |
| HSL | 339.74º | 0.98% | 0.46% | - |
| HSV(B) | 339.74º | 0.99% | 0.91% | - |
| XYZ | 35.07 | 17.95 | 9.2 | - |
| YUV | 79.96 | 128.03 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 80 | 0 | 0.99 | 0.66 | 0.09 | 339.74 | 0.98 | 0.46 |
| Hex | E9 | 2 | 50 | 0 | 63 | 42 | 9 | 154 | 62 | 2E |
| Octal | 351 | 2 | 120 | 0 | 143 | 102 | 11 | 524 | 142 | 56 |
| Binary | 11101001 | 10 | 1010000 | 0 | 1100011 | 1000010 | 1001 | 101010100 | 1100010 | 101110 |
Color Harmonies of #E90250
Complementary color
Monochromatic Colors of #E90250
Black with #E90250
Text Example
Text Example
White with #E90250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90250; }
p { color: rgb(233,2,80); }
H1.HeaderClassName
{
color: #E90250;
}
.AnyTagClassName
{
color: #E90250;
}
</style>
background-color css
<style>
a { background-color: #E90250; }
a { background-color: rgb(233,2,80); }
div.DivClassName
{
background-color: #E90250;
}
.BgClassName
{
background-color: #E90250;
}
</style>
border-color css
<style>
span { border-color: #E90250; }
span { border-color: rgb(233,2,80); }
td.TdClassName
{
border-color: #E90250;
}
.TagClassName
{
border-color: #E90250;
}
</style>