Shades of Razzmatazz #EA0D58
Tints of Razzmatazz #EA0D58
RGB
CMYK
RGB Variations
Color information
#EA0D58 (or 0xEA0D58) is known color: Razzmatazz. HEX triplet: EA, 0D and 58. RGB value is (234,13,88). Sum of RGB (Red+Green+Blue) = 234+13+88=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0D58 is #15F2A7. Grayscale: #575757. Windows color (decimal): -1438376 or 5770730. OLE color: 5770730.
HSL color Cylindrical-coordinate representation of color #EA0D58: hue angle of 339.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0D58 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.08 |
| HSL | 339.64º | 0.89% | 0.48% | - |
| HSV(B) | 339.64º | 0.94% | 0.92% | - |
| XYZ | 35.84 | 18.48 | 10.91 | - |
| YUV | 87.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 13 | 88 | 0 | 0.94 | 0.62 | 0.08 | 339.64 | 0.89 | 0.48 |
| Hex | EA | D | 58 | 0 | 5E | 3E | 8 | 154 | 59 | 30 |
| Octal | 352 | 15 | 130 | 0 | 136 | 76 | 10 | 524 | 131 | 60 |
| Binary | 11101010 | 1101 | 1011000 | 0 | 1011110 | 111110 | 1000 | 101010100 | 1011001 | 110000 |
Color Harmonies of #EA0D58
Complementary color
Monochromatic Colors of #EA0D58
Black with #EA0D58
Text Example
Text Example
White with #EA0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0D58; }
p { color: rgb(234,13,88); }
H1.HeaderClassName
{
color: #EA0D58;
}
.AnyTagClassName
{
color: #EA0D58;
}
</style>
background-color css
<style>
a { background-color: #EA0D58; }
a { background-color: rgb(234,13,88); }
div.DivClassName
{
background-color: #EA0D58;
}
.BgClassName
{
background-color: #EA0D58;
}
</style>
border-color css
<style>
span { border-color: #EA0D58; }
span { border-color: rgb(234,13,88); }
td.TdClassName
{
border-color: #EA0D58;
}
.TagClassName
{
border-color: #EA0D58;
}
</style>