Shades of Razzmatazz #EA0F51
Tints of Razzmatazz #EA0F51
RGB
CMYK
RGB Variations
Color information
#EA0F51 (or 0xEA0F51) is known color: Razzmatazz. HEX triplet: EA, 0F and 51. RGB value is (234,15,81). Sum of RGB (Red+Green+Blue) = 234+15+81=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0F51 is #15F0AE. Grayscale: #575757. Windows color (decimal): -1437871 or 5312490. OLE color: 5312490.
HSL color Cylindrical-coordinate representation of color #EA0F51: hue angle of 341.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0F51 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 15 | 81 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.08 |
| HSL | 341.92º | 0.88% | 0.49% | - |
| HSV(B) | 341.92º | 0.94% | 0.92% | - |
| XYZ | 35.59 | 18.43 | 9.47 | - |
| YUV | 88.01 | 124.05 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 81 | 0 | 0.94 | 0.65 | 0.08 | 341.92 | 0.88 | 0.49 |
| Hex | EA | F | 51 | 0 | 5E | 41 | 8 | 156 | 58 | 31 |
| Octal | 352 | 17 | 121 | 0 | 136 | 101 | 10 | 526 | 130 | 61 |
| Binary | 11101010 | 1111 | 1010001 | 0 | 1011110 | 1000001 | 1000 | 101010110 | 1011000 | 110001 |
Color Harmonies of #EA0F51
Complementary color
Monochromatic Colors of #EA0F51
Black with #EA0F51
Text Example
Text Example
White with #EA0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0F51; }
p { color: rgb(234,15,81); }
H1.HeaderClassName
{
color: #EA0F51;
}
.AnyTagClassName
{
color: #EA0F51;
}
</style>
background-color css
<style>
a { background-color: #EA0F51; }
a { background-color: rgb(234,15,81); }
div.DivClassName
{
background-color: #EA0F51;
}
.BgClassName
{
background-color: #EA0F51;
}
</style>
border-color css
<style>
span { border-color: #EA0F51; }
span { border-color: rgb(234,15,81); }
td.TdClassName
{
border-color: #EA0F51;
}
.TagClassName
{
border-color: #EA0F51;
}
</style>