Shades of Razzmatazz #EA0078
Tints of Razzmatazz #EA0078
RGB
CMYK
RGB Variations
Color information
#EA0078 (or 0xEA0078) is known color: Razzmatazz. HEX triplet: EA, 00 and 78. RGB value is (234,0,120). Sum of RGB (Red+Green+Blue) = 234+0+120=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0078 is #15FF87. Grayscale: #535353. Windows color (decimal): -1441672 or 7864554. OLE color: 7864554.
HSL color Cylindrical-coordinate representation of color #EA0078: hue angle of 329.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0078 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.49 | 0.08 |
| HSL | 329.23º | 1% | 0.46% | - |
| HSV(B) | 329.23º | 1% | 0.92% | - |
| XYZ | 37.32 | 18.85 | 19.44 | - |
| YUV | 83.65 | 148.52 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 120 | 0 | 1 | 0.49 | 0.08 | 329.23 | 1 | 0.46 |
| Hex | EA | 0 | 78 | 0 | 64 | 31 | 8 | 149 | 64 | 2E |
| Octal | 352 | 0 | 170 | 0 | 144 | 61 | 10 | 511 | 144 | 56 |
| Binary | 11101010 | 0 | 1111000 | 0 | 1100100 | 110001 | 1000 | 101001001 | 1100100 | 101110 |
Color Harmonies of #EA0078
Complementary color
Monochromatic Colors of #EA0078
Black with #EA0078
Text Example
Text Example
White with #EA0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0078; }
p { color: rgb(234,0,120); }
H1.HeaderClassName
{
color: #EA0078;
}
.AnyTagClassName
{
color: #EA0078;
}
</style>
background-color css
<style>
a { background-color: #EA0078; }
a { background-color: rgb(234,0,120); }
div.DivClassName
{
background-color: #EA0078;
}
.BgClassName
{
background-color: #EA0078;
}
</style>
border-color css
<style>
span { border-color: #EA0078; }
span { border-color: rgb(234,0,120); }
td.TdClassName
{
border-color: #EA0078;
}
.TagClassName
{
border-color: #EA0078;
}
</style>