Shades of Razzmatazz #E10258
Tints of Razzmatazz #E10258
RGB
CMYK
RGB Variations
Color information
#E10258 (or 0xE10258) is known color: Razzmatazz. HEX triplet: E1, 02 and 58. RGB value is (225,2,88). Sum of RGB (Red+Green+Blue) = 225+2+88=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E10258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10258 is #1EFDA7. Grayscale: #4E4E4E. Windows color (decimal): -2031016 or 5767905. OLE color: 5767905.
HSL color Cylindrical-coordinate representation of color #E10258: hue angle of 336.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10258 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.12 |
| HSL | 336.86º | 0.98% | 0.45% | - |
| HSV(B) | 336.86º | 0.99% | 0.88% | - |
| XYZ | 32.83 | 16.76 | 10.74 | - |
| YUV | 78.48 | 133.38 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 88 | 0 | 0.99 | 0.61 | 0.12 | 336.86 | 0.98 | 0.45 |
| Hex | E1 | 2 | 58 | 0 | 63 | 3D | C | 151 | 62 | 2D |
| Octal | 341 | 2 | 130 | 0 | 143 | 75 | 14 | 521 | 142 | 55 |
| Binary | 11100001 | 10 | 1011000 | 0 | 1100011 | 111101 | 1100 | 101010001 | 1100010 | 101101 |
Color Harmonies of #E10258
Complementary color
Monochromatic Colors of #E10258
Black with #E10258
Text Example
Text Example
White with #E10258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10258; }
p { color: rgb(225,2,88); }
H1.HeaderClassName
{
color: #E10258;
}
.AnyTagClassName
{
color: #E10258;
}
</style>
background-color css
<style>
a { background-color: #E10258; }
a { background-color: rgb(225,2,88); }
div.DivClassName
{
background-color: #E10258;
}
.BgClassName
{
background-color: #E10258;
}
</style>
border-color css
<style>
span { border-color: #E10258; }
span { border-color: rgb(225,2,88); }
td.TdClassName
{
border-color: #E10258;
}
.TagClassName
{
border-color: #E10258;
}
</style>