Shades of Razzmatazz #EA0964
Tints of Razzmatazz #EA0964
RGB
CMYK
RGB Variations
Color information
#EA0964 (or 0xEA0964) is known color: Razzmatazz. HEX triplet: EA, 09 and 64. RGB value is (234,9,100). Sum of RGB (Red+Green+Blue) = 234+9+100=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0964 is #15F69B. Grayscale: #565656. Windows color (decimal): -1439388 or 6556138. OLE color: 6556138.
HSL color Cylindrical-coordinate representation of color #EA0964: hue angle of 335.73º degrees, saturation: 0.93, 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 #EA0964 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.08 |
| HSL | 335.73º | 0.93% | 0.48% | - |
| HSV(B) | 335.73º | 0.96% | 0.92% | - |
| XYZ | 36.33 | 18.61 | 13.73 | - |
| YUV | 86.65 | 135.54 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 100 | 0 | 0.96 | 0.57 | 0.08 | 335.73 | 0.93 | 0.48 |
| Hex | EA | 9 | 64 | 0 | 60 | 39 | 8 | 150 | 5D | 30 |
| Octal | 352 | 11 | 144 | 0 | 140 | 71 | 10 | 520 | 135 | 60 |
| Binary | 11101010 | 1001 | 1100100 | 0 | 1100000 | 111001 | 1000 | 101010000 | 1011101 | 110000 |
Color Harmonies of #EA0964
Complementary color
Monochromatic Colors of #EA0964
Black with #EA0964
Text Example
Text Example
White with #EA0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0964; }
p { color: rgb(234,9,100); }
H1.HeaderClassName
{
color: #EA0964;
}
.AnyTagClassName
{
color: #EA0964;
}
</style>
background-color css
<style>
a { background-color: #EA0964; }
a { background-color: rgb(234,9,100); }
div.DivClassName
{
background-color: #EA0964;
}
.BgClassName
{
background-color: #EA0964;
}
</style>
border-color css
<style>
span { border-color: #EA0964; }
span { border-color: rgb(234,9,100); }
td.TdClassName
{
border-color: #EA0964;
}
.TagClassName
{
border-color: #EA0964;
}
</style>