Shades of Razzmatazz #E9025E
Tints of Razzmatazz #E9025E
RGB
CMYK
RGB Variations
Color information
#E9025E (or 0xE9025E) is known color: Razzmatazz. HEX triplet: E9, 02 and 5E. RGB value is (233,2,94). Sum of RGB (Red+Green+Blue) = 233+2+94=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E9025E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9025E is #16FDA1. Grayscale: #515151. Windows color (decimal): -1506722 or 6161129. OLE color: 6161129.
HSL color Cylindrical-coordinate representation of color #E9025E: hue angle of 336.1º 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 #E9025E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 94 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.09 |
| HSL | 336.1º | 0.98% | 0.46% | - |
| HSV(B) | 336.1º | 0.99% | 0.91% | - |
| XYZ | 35.65 | 18.18 | 12.22 | - |
| YUV | 81.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 94 | 0 | 0.99 | 0.60 | 0.09 | 336.1 | 0.98 | 0.46 |
| Hex | E9 | 2 | 5E | 0 | 63 | 3C | 9 | 150 | 62 | 2E |
| Octal | 351 | 2 | 136 | 0 | 143 | 74 | 11 | 520 | 142 | 56 |
| Binary | 11101001 | 10 | 1011110 | 0 | 1100011 | 111100 | 1001 | 101010000 | 1100010 | 101110 |
Color Harmonies of #E9025E
Complementary color
Monochromatic Colors of #E9025E
Black with #E9025E
Text Example
Text Example
White with #E9025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9025E; }
p { color: rgb(233,2,94); }
H1.HeaderClassName
{
color: #E9025E;
}
.AnyTagClassName
{
color: #E9025E;
}
</style>
background-color css
<style>
a { background-color: #E9025E; }
a { background-color: rgb(233,2,94); }
div.DivClassName
{
background-color: #E9025E;
}
.BgClassName
{
background-color: #E9025E;
}
</style>
border-color css
<style>
span { border-color: #E9025E; }
span { border-color: rgb(233,2,94); }
td.TdClassName
{
border-color: #E9025E;
}
.TagClassName
{
border-color: #E9025E;
}
</style>