Shades of Razzmatazz #EA0174
Tints of Razzmatazz #EA0174
RGB
CMYK
RGB Variations
Color information
#EA0174 (or 0xEA0174) is known color: Razzmatazz. HEX triplet: EA, 01 and 74. RGB value is (234,1,116). Sum of RGB (Red+Green+Blue) = 234+1+116=351 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.67% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0174 is #15FE8B. Grayscale: #535353. Windows color (decimal): -1441420 or 7602666. OLE color: 7602666.
HSL color Cylindrical-coordinate representation of color #EA0174: hue angle of 330.39º 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 #EA0174 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.08 |
| HSL | 330.39º | 0.99% | 0.46% | - |
| HSV(B) | 330.39º | 1% | 0.92% | - |
| XYZ | 37.09 | 18.78 | 18.19 | - |
| YUV | 83.78 | 146.19 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 116 | 0 | 1.00 | 0.50 | 0.08 | 330.39 | 0.99 | 0.46 |
| Hex | EA | 1 | 74 | 0 | 64 | 32 | 8 | 14A | 63 | 2E |
| Octal | 352 | 1 | 164 | 0 | 144 | 62 | 10 | 512 | 143 | 56 |
| Binary | 11101010 | 1 | 1110100 | 0 | 1100100 | 110010 | 1000 | 101001010 | 1100011 | 101110 |
Color Harmonies of #EA0174
Complementary color
Monochromatic Colors of #EA0174
Black with #EA0174
Text Example
Text Example
White with #EA0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0174; }
p { color: rgb(234,1,116); }
H1.HeaderClassName
{
color: #EA0174;
}
.AnyTagClassName
{
color: #EA0174;
}
</style>
background-color css
<style>
a { background-color: #EA0174; }
a { background-color: rgb(234,1,116); }
div.DivClassName
{
background-color: #EA0174;
}
.BgClassName
{
background-color: #EA0174;
}
</style>
border-color css
<style>
span { border-color: #EA0174; }
span { border-color: rgb(234,1,116); }
td.TdClassName
{
border-color: #EA0174;
}
.TagClassName
{
border-color: #EA0174;
}
</style>