Shades of Razzmatazz #EA0A5A
Tints of Razzmatazz #EA0A5A
RGB
CMYK
RGB Variations
Color information
#EA0A5A (or 0xEA0A5A) is known color: Razzmatazz. HEX triplet: EA, 0A and 5A. RGB value is (234,10,90). Sum of RGB (Red+Green+Blue) = 234+10+90=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0A5A is #15F5A5. Grayscale: #565656. Windows color (decimal): -1439142 or 5901034. OLE color: 5901034.
HSL color Cylindrical-coordinate representation of color #EA0A5A: hue angle of 338.57º 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 #EA0A5A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 90 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.08 |
| HSL | 338.57º | 0.92% | 0.48% | - |
| HSV(B) | 338.57º | 0.96% | 0.92% | - |
| XYZ | 35.89 | 18.45 | 11.34 | - |
| YUV | 86.1 | 130.21 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 90 | 0 | 0.96 | 0.62 | 0.08 | 338.57 | 0.92 | 0.48 |
| Hex | EA | A | 5A | 0 | 60 | 3E | 8 | 153 | 5C | 30 |
| Octal | 352 | 12 | 132 | 0 | 140 | 76 | 10 | 523 | 134 | 60 |
| Binary | 11101010 | 1010 | 1011010 | 0 | 1100000 | 111110 | 1000 | 101010011 | 1011100 | 110000 |
Color Harmonies of #EA0A5A
Complementary color
Monochromatic Colors of #EA0A5A
Black with #EA0A5A
Text Example
Text Example
White with #EA0A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0A5A; }
p { color: rgb(234,10,90); }
H1.HeaderClassName
{
color: #EA0A5A;
}
.AnyTagClassName
{
color: #EA0A5A;
}
</style>
background-color css
<style>
a { background-color: #EA0A5A; }
a { background-color: rgb(234,10,90); }
div.DivClassName
{
background-color: #EA0A5A;
}
.BgClassName
{
background-color: #EA0A5A;
}
</style>
border-color css
<style>
span { border-color: #EA0A5A; }
span { border-color: rgb(234,10,90); }
td.TdClassName
{
border-color: #EA0A5A;
}
.TagClassName
{
border-color: #EA0A5A;
}
</style>