Shades of Razzmatazz #EA0458
Tints of Razzmatazz #EA0458
RGB
CMYK
RGB Variations
Color information
#EA0458 (or 0xEA0458) is known color: Razzmatazz. HEX triplet: EA, 04 and 58. RGB value is (234,4,88). Sum of RGB (Red+Green+Blue) = 234+4+88=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0458 is #15FBA7. Grayscale: #525252. Windows color (decimal): -1440680 or 5768426. OLE color: 5768426.
HSL color Cylindrical-coordinate representation of color #EA0458: hue angle of 338.09º 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 #EA0458 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.08 |
| HSL | 338.09º | 0.97% | 0.47% | - |
| HSV(B) | 338.09º | 0.98% | 0.92% | - |
| XYZ | 35.74 | 18.28 | 10.88 | - |
| YUV | 82.35 | 131.2 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 88 | 0 | 0.98 | 0.62 | 0.08 | 338.09 | 0.97 | 0.47 |
| Hex | EA | 4 | 58 | 0 | 62 | 3E | 8 | 152 | 61 | 2F |
| Octal | 352 | 4 | 130 | 0 | 142 | 76 | 10 | 522 | 141 | 57 |
| Binary | 11101010 | 100 | 1011000 | 0 | 1100010 | 111110 | 1000 | 101010010 | 1100001 | 101111 |
Color Harmonies of #EA0458
Complementary color
Monochromatic Colors of #EA0458
Black with #EA0458
Text Example
Text Example
White with #EA0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0458; }
p { color: rgb(234,4,88); }
H1.HeaderClassName
{
color: #EA0458;
}
.AnyTagClassName
{
color: #EA0458;
}
</style>
background-color css
<style>
a { background-color: #EA0458; }
a { background-color: rgb(234,4,88); }
div.DivClassName
{
background-color: #EA0458;
}
.BgClassName
{
background-color: #EA0458;
}
</style>
border-color css
<style>
span { border-color: #EA0458; }
span { border-color: rgb(234,4,88); }
td.TdClassName
{
border-color: #EA0458;
}
.TagClassName
{
border-color: #EA0458;
}
</style>