Shades of Razzmatazz #E61258
Tints of Razzmatazz #E61258
RGB
CMYK
RGB Variations
Color information
#E61258 (or 0xE61258) is known color: Razzmatazz. HEX triplet: E6, 12 and 58. RGB value is (230,18,88). Sum of RGB (Red+Green+Blue) = 230+18+88=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E61258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61258 is #19EDA7. Grayscale: #595959. Windows color (decimal): -1699240 or 5772006. OLE color: 5772006.
HSL color Cylindrical-coordinate representation of color #E61258: hue angle of 340.19º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61258 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 88 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.10 |
| HSL | 340.19º | 0.85% | 0.49% | - |
| HSV(B) | 340.19º | 0.92% | 0.9% | - |
| XYZ | 34.61 | 17.96 | 10.87 | - |
| YUV | 89.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 88 | 0 | 0.92 | 0.62 | 0.10 | 340.19 | 0.85 | 0.49 |
| Hex | E6 | 12 | 58 | 0 | 5C | 3E | A | 154 | 55 | 31 |
| Octal | 346 | 22 | 130 | 0 | 134 | 76 | 12 | 524 | 125 | 61 |
| Binary | 11100110 | 10010 | 1011000 | 0 | 1011100 | 111110 | 1010 | 101010100 | 1010101 | 110001 |
Color Harmonies of #E61258
Complementary color
Monochromatic Colors of #E61258
Black with #E61258
Text Example
Text Example
White with #E61258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61258; }
p { color: rgb(230,18,88); }
H1.HeaderClassName
{
color: #E61258;
}
.AnyTagClassName
{
color: #E61258;
}
</style>
background-color css
<style>
a { background-color: #E61258; }
a { background-color: rgb(230,18,88); }
div.DivClassName
{
background-color: #E61258;
}
.BgClassName
{
background-color: #E61258;
}
</style>
border-color css
<style>
span { border-color: #E61258; }
span { border-color: rgb(230,18,88); }
td.TdClassName
{
border-color: #E61258;
}
.TagClassName
{
border-color: #E61258;
}
</style>