Shades of Razzmatazz #EA0771
Tints of Razzmatazz #EA0771
RGB
CMYK
RGB Variations
Color information
#EA0771 (or 0xEA0771) is known color: Razzmatazz. HEX triplet: EA, 07 and 71. RGB value is (234,7,113). Sum of RGB (Red+Green+Blue) = 234+7+113=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0771 is #15F88E. Grayscale: #565656. Windows color (decimal): -1439887 or 7407594. OLE color: 7407594.
HSL color Cylindrical-coordinate representation of color #EA0771: hue angle of 331.98º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0771 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.08 |
| HSL | 331.98º | 0.94% | 0.47% | - |
| HSV(B) | 331.98º | 0.97% | 0.92% | - |
| XYZ | 36.99 | 18.84 | 17.31 | - |
| YUV | 86.96 | 142.71 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 113 | 0 | 0.97 | 0.52 | 0.08 | 331.98 | 0.94 | 0.47 |
| Hex | EA | 7 | 71 | 0 | 61 | 34 | 8 | 14C | 5E | 2F |
| Octal | 352 | 7 | 161 | 0 | 141 | 64 | 10 | 514 | 136 | 57 |
| Binary | 11101010 | 111 | 1110001 | 0 | 1100001 | 110100 | 1000 | 101001100 | 1011110 | 101111 |
Color Harmonies of #EA0771
Complementary color
Monochromatic Colors of #EA0771
Black with #EA0771
Text Example
Text Example
White with #EA0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0771; }
p { color: rgb(234,7,113); }
H1.HeaderClassName
{
color: #EA0771;
}
.AnyTagClassName
{
color: #EA0771;
}
</style>
background-color css
<style>
a { background-color: #EA0771; }
a { background-color: rgb(234,7,113); }
div.DivClassName
{
background-color: #EA0771;
}
.BgClassName
{
background-color: #EA0771;
}
</style>
border-color css
<style>
span { border-color: #EA0771; }
span { border-color: rgb(234,7,113); }
td.TdClassName
{
border-color: #EA0771;
}
.TagClassName
{
border-color: #EA0771;
}
</style>