Shades of Razzmatazz #EA0058
Tints of Razzmatazz #EA0058
RGB
CMYK
RGB Variations
Color information
#EA0058 (or 0xEA0058) is known color: Razzmatazz. HEX triplet: EA, 00 and 58. RGB value is (234,0,88). Sum of RGB (Red+Green+Blue) = 234+0+88=322 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.67% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0058 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0058 is #15FFA7. Grayscale: #4F4F4F. Windows color (decimal): -1441704 or 5767402. OLE color: 5767402.
HSL color Cylindrical-coordinate representation of color #EA0058: hue angle of 337.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0058 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.62 | 0.08 |
| HSL | 337.44º | 1% | 0.46% | - |
| HSV(B) | 337.44º | 1% | 0.92% | - |
| XYZ | 35.69 | 18.2 | 10.86 | - |
| YUV | 80 | 132.52 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 88 | 0 | 1 | 0.62 | 0.08 | 337.44 | 1 | 0.46 |
| Hex | EA | 0 | 58 | 0 | 64 | 3E | 8 | 151 | 64 | 2E |
| Octal | 352 | 0 | 130 | 0 | 144 | 76 | 10 | 521 | 144 | 56 |
| Binary | 11101010 | 0 | 1011000 | 0 | 1100100 | 111110 | 1000 | 101010001 | 1100100 | 101110 |
Color Harmonies of #EA0058
Complementary color
Monochromatic Colors of #EA0058
Black with #EA0058
Text Example
Text Example
White with #EA0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0058; }
p { color: rgb(234,0,88); }
H1.HeaderClassName
{
color: #EA0058;
}
.AnyTagClassName
{
color: #EA0058;
}
</style>
background-color css
<style>
a { background-color: #EA0058; }
a { background-color: rgb(234,0,88); }
div.DivClassName
{
background-color: #EA0058;
}
.BgClassName
{
background-color: #EA0058;
}
</style>
border-color css
<style>
span { border-color: #EA0058; }
span { border-color: rgb(234,0,88); }
td.TdClassName
{
border-color: #EA0058;
}
.TagClassName
{
border-color: #EA0058;
}
</style>