Shades of Razzmatazz #E40258
Tints of Razzmatazz #E40258
RGB
CMYK
RGB Variations
Color information
#E40258 (or 0xE40258) is known color: Razzmatazz. HEX triplet: E4, 02 and 58. RGB value is (228,2,88). Sum of RGB (Red+Green+Blue) = 228+2+88=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E40258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40258 is #1BFDA7. Grayscale: #4F4F4F. Windows color (decimal): -1834408 or 5767908. OLE color: 5767908.
HSL color Cylindrical-coordinate representation of color #E40258: hue angle of 337.17º 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 #E40258 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.11 |
| HSL | 337.17º | 0.98% | 0.45% | - |
| HSV(B) | 337.17º | 0.99% | 0.89% | - |
| XYZ | 33.78 | 17.24 | 10.78 | - |
| YUV | 79.38 | 132.87 | 234.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 88 | 0 | 0.99 | 0.61 | 0.11 | 337.17 | 0.98 | 0.45 |
| Hex | E4 | 2 | 58 | 0 | 63 | 3D | B | 151 | 62 | 2D |
| Octal | 344 | 2 | 130 | 0 | 143 | 75 | 13 | 521 | 142 | 55 |
| Binary | 11100100 | 10 | 1011000 | 0 | 1100011 | 111101 | 1011 | 101010001 | 1100010 | 101101 |
Color Harmonies of #E40258
Complementary color
Monochromatic Colors of #E40258
Black with #E40258
Text Example
Text Example
White with #E40258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40258; }
p { color: rgb(228,2,88); }
H1.HeaderClassName
{
color: #E40258;
}
.AnyTagClassName
{
color: #E40258;
}
</style>
background-color css
<style>
a { background-color: #E40258; }
a { background-color: rgb(228,2,88); }
div.DivClassName
{
background-color: #E40258;
}
.BgClassName
{
background-color: #E40258;
}
</style>
border-color css
<style>
span { border-color: #E40258; }
span { border-color: rgb(228,2,88); }
td.TdClassName
{
border-color: #E40258;
}
.TagClassName
{
border-color: #E40258;
}
</style>