Shades of Razzmatazz #EA0C60
Tints of Razzmatazz #EA0C60
RGB
CMYK
RGB Variations
Color information
#EA0C60 (or 0xEA0C60) is known color: Razzmatazz. HEX triplet: EA, 0C and 60. RGB value is (234,12,96). Sum of RGB (Red+Green+Blue) = 234+12+96=342 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.42% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C60 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0C60 is #15F39F. Grayscale: #575757. Windows color (decimal): -1438624 or 6294762. OLE color: 6294762.
HSL color Cylindrical-coordinate representation of color #EA0C60: hue angle of 337.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0C60 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 96 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.08 |
| HSL | 337.3º | 0.9% | 0.48% | - |
| HSV(B) | 337.3º | 0.95% | 0.92% | - |
| XYZ | 36.17 | 18.6 | 12.75 | - |
| YUV | 87.95 | 132.55 | 232.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 96 | 0 | 0.95 | 0.59 | 0.08 | 337.3 | 0.9 | 0.48 |
| Hex | EA | C | 60 | 0 | 5F | 3B | 8 | 151 | 5A | 30 |
| Octal | 352 | 14 | 140 | 0 | 137 | 73 | 10 | 521 | 132 | 60 |
| Binary | 11101010 | 1100 | 1100000 | 0 | 1011111 | 111011 | 1000 | 101010001 | 1011010 | 110000 |
Color Harmonies of #EA0C60
Complementary color
Monochromatic Colors of #EA0C60
Black with #EA0C60
Text Example
Text Example
White with #EA0C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0C60; }
p { color: rgb(234,12,96); }
H1.HeaderClassName
{
color: #EA0C60;
}
.AnyTagClassName
{
color: #EA0C60;
}
</style>
background-color css
<style>
a { background-color: #EA0C60; }
a { background-color: rgb(234,12,96); }
div.DivClassName
{
background-color: #EA0C60;
}
.BgClassName
{
background-color: #EA0C60;
}
</style>
border-color css
<style>
span { border-color: #EA0C60; }
span { border-color: rgb(234,12,96); }
td.TdClassName
{
border-color: #EA0C60;
}
.TagClassName
{
border-color: #EA0C60;
}
</style>