Shades of Razzmatazz #EA0858
Tints of Razzmatazz #EA0858
RGB
CMYK
RGB Variations
Color information
#EA0858 (or 0xEA0858) is known color: Razzmatazz. HEX triplet: EA, 08 and 58. RGB value is (234,8,88). Sum of RGB (Red+Green+Blue) = 234+8+88=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0858 is #15F7A7. Grayscale: #545454. Windows color (decimal): -1439656 or 5769450. OLE color: 5769450.
HSL color Cylindrical-coordinate representation of color #EA0858: hue angle of 338.76º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0858 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 88 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.08 |
| HSL | 338.76º | 0.93% | 0.47% | - |
| HSV(B) | 338.76º | 0.97% | 0.92% | - |
| XYZ | 35.78 | 18.37 | 10.89 | - |
| YUV | 84.69 | 129.87 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 88 | 0 | 0.97 | 0.62 | 0.08 | 338.76 | 0.93 | 0.47 |
| Hex | EA | 8 | 58 | 0 | 61 | 3E | 8 | 153 | 5D | 2F |
| Octal | 352 | 10 | 130 | 0 | 141 | 76 | 10 | 523 | 135 | 57 |
| Binary | 11101010 | 1000 | 1011000 | 0 | 1100001 | 111110 | 1000 | 101010011 | 1011101 | 101111 |
Color Harmonies of #EA0858
Complementary color
Monochromatic Colors of #EA0858
Black with #EA0858
Text Example
Text Example
White with #EA0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0858; }
p { color: rgb(234,8,88); }
H1.HeaderClassName
{
color: #EA0858;
}
.AnyTagClassName
{
color: #EA0858;
}
</style>
background-color css
<style>
a { background-color: #EA0858; }
a { background-color: rgb(234,8,88); }
div.DivClassName
{
background-color: #EA0858;
}
.BgClassName
{
background-color: #EA0858;
}
</style>
border-color css
<style>
span { border-color: #EA0858; }
span { border-color: rgb(234,8,88); }
td.TdClassName
{
border-color: #EA0858;
}
.TagClassName
{
border-color: #EA0858;
}
</style>