Shades of Razzmatazz #EA0373
Tints of Razzmatazz #EA0373
RGB
CMYK
RGB Variations
Color information
#EA0373 (or 0xEA0373) is known color: Razzmatazz. HEX triplet: EA, 03 and 73. RGB value is (234,3,115). Sum of RGB (Red+Green+Blue) = 234+3+115=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0373 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0373 is #15FC8C. Grayscale: #545454. Windows color (decimal): -1440909 or 7537642. OLE color: 7537642.
HSL color Cylindrical-coordinate representation of color #EA0373: hue angle of 330.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0373 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.08 |
| HSL | 330.91º | 0.97% | 0.46% | - |
| HSV(B) | 330.91º | 0.99% | 0.92% | - |
| XYZ | 37.06 | 18.8 | 17.89 | - |
| YUV | 84.84 | 145.03 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 115 | 0 | 0.99 | 0.51 | 0.08 | 330.91 | 0.97 | 0.46 |
| Hex | EA | 3 | 73 | 0 | 63 | 33 | 8 | 14B | 61 | 2E |
| Octal | 352 | 3 | 163 | 0 | 143 | 63 | 10 | 513 | 141 | 56 |
| Binary | 11101010 | 11 | 1110011 | 0 | 1100011 | 110011 | 1000 | 101001011 | 1100001 | 101110 |
Color Harmonies of #EA0373
Complementary color
Monochromatic Colors of #EA0373
Black with #EA0373
Text Example
Text Example
White with #EA0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0373; }
p { color: rgb(234,3,115); }
H1.HeaderClassName
{
color: #EA0373;
}
.AnyTagClassName
{
color: #EA0373;
}
</style>
background-color css
<style>
a { background-color: #EA0373; }
a { background-color: rgb(234,3,115); }
div.DivClassName
{
background-color: #EA0373;
}
.BgClassName
{
background-color: #EA0373;
}
</style>
border-color css
<style>
span { border-color: #EA0373; }
span { border-color: rgb(234,3,115); }
td.TdClassName
{
border-color: #EA0373;
}
.TagClassName
{
border-color: #EA0373;
}
</style>