Shades of Razzmatazz #EA0176
Tints of Razzmatazz #EA0176
RGB
CMYK
RGB Variations
Color information
#EA0176 (or 0xEA0176) is known color: Razzmatazz. HEX triplet: EA, 01 and 76. RGB value is (234,1,118). Sum of RGB (Red+Green+Blue) = 234+1+118=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0176 is #15FE89. Grayscale: #535353. Windows color (decimal): -1441418 or 7733738. OLE color: 7733738.
HSL color Cylindrical-coordinate representation of color #EA0176: hue angle of 329.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0176 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.08 |
| HSL | 329.87º | 0.99% | 0.46% | - |
| HSV(B) | 329.87º | 1% | 0.92% | - |
| XYZ | 37.21 | 18.82 | 18.81 | - |
| YUV | 84.01 | 147.19 | 234.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 118 | 0 | 1.00 | 0.50 | 0.08 | 329.87 | 0.99 | 0.46 |
| Hex | EA | 1 | 76 | 0 | 64 | 32 | 8 | 14A | 63 | 2E |
| Octal | 352 | 1 | 166 | 0 | 144 | 62 | 10 | 512 | 143 | 56 |
| Binary | 11101010 | 1 | 1110110 | 0 | 1100100 | 110010 | 1000 | 101001010 | 1100011 | 101110 |
Color Harmonies of #EA0176
Complementary color
Monochromatic Colors of #EA0176
Black with #EA0176
Text Example
Text Example
White with #EA0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0176; }
p { color: rgb(234,1,118); }
H1.HeaderClassName
{
color: #EA0176;
}
.AnyTagClassName
{
color: #EA0176;
}
</style>
background-color css
<style>
a { background-color: #EA0176; }
a { background-color: rgb(234,1,118); }
div.DivClassName
{
background-color: #EA0176;
}
.BgClassName
{
background-color: #EA0176;
}
</style>
border-color css
<style>
span { border-color: #EA0176; }
span { border-color: rgb(234,1,118); }
td.TdClassName
{
border-color: #EA0176;
}
.TagClassName
{
border-color: #EA0176;
}
</style>