Shades of Razzmatazz #E40259
Tints of Razzmatazz #E40259
RGB
CMYK
RGB Variations
Color information
#E40259 (or 0xE40259) is known color: Razzmatazz. HEX triplet: E4, 02 and 59. RGB value is (228,2,89). Sum of RGB (Red+Green+Blue) = 228+2+89=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E40259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40259 is #1BFDA6. Grayscale: #4F4F4F. Windows color (decimal): -1834407 or 5833444. OLE color: 5833444.
HSL color Cylindrical-coordinate representation of color #E40259: hue angle of 336.9º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E40259 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.11 |
| HSL | 336.9º | 0.98% | 0.45% | - |
| HSV(B) | 336.9º | 0.99% | 0.89% | - |
| XYZ | 33.82 | 17.26 | 11 | - |
| YUV | 79.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 89 | 0 | 0.99 | 0.61 | 0.11 | 336.9 | 0.98 | 0.45 |
| Hex | E4 | 2 | 59 | 0 | 63 | 3D | B | 151 | 62 | 2D |
| Octal | 344 | 2 | 131 | 0 | 143 | 75 | 13 | 521 | 142 | 55 |
| Binary | 11100100 | 10 | 1011001 | 0 | 1100011 | 111101 | 1011 | 101010001 | 1100010 | 101101 |
Color Harmonies of #E40259
Complementary color
Monochromatic Colors of #E40259
Black with #E40259
Text Example
Text Example
White with #E40259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40259; }
p { color: rgb(228,2,89); }
H1.HeaderClassName
{
color: #E40259;
}
.AnyTagClassName
{
color: #E40259;
}
</style>
background-color css
<style>
a { background-color: #E40259; }
a { background-color: rgb(228,2,89); }
div.DivClassName
{
background-color: #E40259;
}
.BgClassName
{
background-color: #E40259;
}
</style>
border-color css
<style>
span { border-color: #E40259; }
span { border-color: rgb(228,2,89); }
td.TdClassName
{
border-color: #E40259;
}
.TagClassName
{
border-color: #E40259;
}
</style>