Shades of Razzmatazz #EA0359
Tints of Razzmatazz #EA0359
RGB
CMYK
RGB Variations
Color information
#EA0359 (or 0xEA0359) is known color: Razzmatazz. HEX triplet: EA, 03 and 59. RGB value is (234,3,89). Sum of RGB (Red+Green+Blue) = 234+3+89=326 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.78% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0359 is #15FCA6. Grayscale: #515151. Windows color (decimal): -1440935 or 5833706. OLE color: 5833706.
HSL color Cylindrical-coordinate representation of color #EA0359: hue angle of 337.66º 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 #EA0359 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.08 |
| HSL | 337.66º | 0.97% | 0.46% | - |
| HSV(B) | 337.66º | 0.99% | 0.92% | - |
| XYZ | 35.77 | 18.28 | 11.09 | - |
| YUV | 81.87 | 132.03 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 89 | 0 | 0.99 | 0.62 | 0.08 | 337.66 | 0.97 | 0.46 |
| Hex | EA | 3 | 59 | 0 | 63 | 3E | 8 | 152 | 61 | 2E |
| Octal | 352 | 3 | 131 | 0 | 143 | 76 | 10 | 522 | 141 | 56 |
| Binary | 11101010 | 11 | 1011001 | 0 | 1100011 | 111110 | 1000 | 101010010 | 1100001 | 101110 |
Color Harmonies of #EA0359
Complementary color
Monochromatic Colors of #EA0359
Black with #EA0359
Text Example
Text Example
White with #EA0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0359; }
p { color: rgb(234,3,89); }
H1.HeaderClassName
{
color: #EA0359;
}
.AnyTagClassName
{
color: #EA0359;
}
</style>
background-color css
<style>
a { background-color: #EA0359; }
a { background-color: rgb(234,3,89); }
div.DivClassName
{
background-color: #EA0359;
}
.BgClassName
{
background-color: #EA0359;
}
</style>
border-color css
<style>
span { border-color: #EA0359; }
span { border-color: rgb(234,3,89); }
td.TdClassName
{
border-color: #EA0359;
}
.TagClassName
{
border-color: #EA0359;
}
</style>