Shades of Razzmatazz #EA0472
Tints of Razzmatazz #EA0472
RGB
CMYK
RGB Variations
Color information
#EA0472 (or 0xEA0472) is known color: Razzmatazz. HEX triplet: EA, 04 and 72. RGB value is (234,4,114). Sum of RGB (Red+Green+Blue) = 234+4+114=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0472 is #15FB8D. Grayscale: #555555. Windows color (decimal): -1440654 or 7472362. OLE color: 7472362.
HSL color Cylindrical-coordinate representation of color #EA0472: hue angle of 331.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA0472 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.08 |
| HSL | 331.3º | 0.97% | 0.47% | - |
| HSV(B) | 331.3º | 0.98% | 0.92% | - |
| XYZ | 37.01 | 18.79 | 17.6 | - |
| YUV | 85.31 | 144.2 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 114 | 0 | 0.98 | 0.51 | 0.08 | 331.3 | 0.97 | 0.47 |
| Hex | EA | 4 | 72 | 0 | 62 | 33 | 8 | 14B | 61 | 2F |
| Octal | 352 | 4 | 162 | 0 | 142 | 63 | 10 | 513 | 141 | 57 |
| Binary | 11101010 | 100 | 1110010 | 0 | 1100010 | 110011 | 1000 | 101001011 | 1100001 | 101111 |
Color Harmonies of #EA0472
Complementary color
Monochromatic Colors of #EA0472
Black with #EA0472
Text Example
Text Example
White with #EA0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0472; }
p { color: rgb(234,4,114); }
H1.HeaderClassName
{
color: #EA0472;
}
.AnyTagClassName
{
color: #EA0472;
}
</style>
background-color css
<style>
a { background-color: #EA0472; }
a { background-color: rgb(234,4,114); }
div.DivClassName
{
background-color: #EA0472;
}
.BgClassName
{
background-color: #EA0472;
}
</style>
border-color css
<style>
span { border-color: #EA0472; }
span { border-color: rgb(234,4,114); }
td.TdClassName
{
border-color: #EA0472;
}
.TagClassName
{
border-color: #EA0472;
}
</style>