Shades of Razzmatazz #EA0A58
Tints of Razzmatazz #EA0A58
RGB
CMYK
RGB Variations
Color information
#EA0A58 (or 0xEA0A58) is known color: Razzmatazz. HEX triplet: EA, 0A and 58. RGB value is (234,10,88). Sum of RGB (Red+Green+Blue) = 234+10+88=332 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.48% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A58 is #15F5A7. Grayscale: #555555. Windows color (decimal): -1439144 or 5769962. OLE color: 5769962.
HSL color Cylindrical-coordinate representation of color #EA0A58: hue angle of 339.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A58 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 88 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.08 |
| HSL | 339.11º | 0.92% | 0.48% | - |
| HSV(B) | 339.11º | 0.96% | 0.92% | - |
| XYZ | 35.8 | 18.41 | 10.9 | - |
| YUV | 85.87 | 129.21 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 88 | 0 | 0.96 | 0.62 | 0.08 | 339.11 | 0.92 | 0.48 |
| Hex | EA | A | 58 | 0 | 60 | 3E | 8 | 153 | 5C | 30 |
| Octal | 352 | 12 | 130 | 0 | 140 | 76 | 10 | 523 | 134 | 60 |
| Binary | 11101010 | 1010 | 1011000 | 0 | 1100000 | 111110 | 1000 | 101010011 | 1011100 | 110000 |
Color Harmonies of #EA0A58
Complementary color
Monochromatic Colors of #EA0A58
Black with #EA0A58
Text Example
Text Example
White with #EA0A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A58; }
p { color: rgb(234,10,88); }
H1.HeaderClassName
{
color: #EA0A58;
}
.AnyTagClassName
{
color: #EA0A58;
}
</style>
background-color css
<style>
a { background-color: #EA0A58; }
a { background-color: rgb(234,10,88); }
div.DivClassName
{
background-color: #EA0A58;
}
.BgClassName
{
background-color: #EA0A58;
}
</style>
border-color css
<style>
span { border-color: #EA0A58; }
span { border-color: rgb(234,10,88); }
td.TdClassName
{
border-color: #EA0A58;
}
.TagClassName
{
border-color: #EA0A58;
}
</style>