Shades of Razzmatazz #E9024E
Tints of Razzmatazz #E9024E
RGB
CMYK
RGB Variations
Color information
#E9024E (or 0xE9024E) is known color: Razzmatazz. HEX triplet: E9, 02 and 4E. RGB value is (233,2,78). Sum of RGB (Red+Green+Blue) = 233+2+78=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9024E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9024E is #16FDB1. Grayscale: #4F4F4F. Windows color (decimal): -1506738 or 5112553. OLE color: 5112553.
HSL color Cylindrical-coordinate representation of color #E9024E: hue angle of 340.26º 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 #E9024E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.09 |
| HSL | 340.26º | 0.98% | 0.46% | - |
| HSV(B) | 340.26º | 0.99% | 0.91% | - |
| XYZ | 35 | 17.92 | 8.82 | - |
| YUV | 79.73 | 127.03 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 78 | 0 | 0.99 | 0.67 | 0.09 | 340.26 | 0.98 | 0.46 |
| Hex | E9 | 2 | 4E | 0 | 63 | 43 | 9 | 154 | 62 | 2E |
| Octal | 351 | 2 | 116 | 0 | 143 | 103 | 11 | 524 | 142 | 56 |
| Binary | 11101001 | 10 | 1001110 | 0 | 1100011 | 1000011 | 1001 | 101010100 | 1100010 | 101110 |
Color Harmonies of #E9024E
Complementary color
Monochromatic Colors of #E9024E
Black with #E9024E
Text Example
Text Example
White with #E9024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9024E; }
p { color: rgb(233,2,78); }
H1.HeaderClassName
{
color: #E9024E;
}
.AnyTagClassName
{
color: #E9024E;
}
</style>
background-color css
<style>
a { background-color: #E9024E; }
a { background-color: rgb(233,2,78); }
div.DivClassName
{
background-color: #E9024E;
}
.BgClassName
{
background-color: #E9024E;
}
</style>
border-color css
<style>
span { border-color: #E9024E; }
span { border-color: rgb(233,2,78); }
td.TdClassName
{
border-color: #E9024E;
}
.TagClassName
{
border-color: #E9024E;
}
</style>