Shades of Razzmatazz #EA0B64
Tints of Razzmatazz #EA0B64
RGB
CMYK
RGB Variations
Color information
#EA0B64 (or 0xEA0B64) is known color: Razzmatazz. HEX triplet: EA, 0B and 64. RGB value is (234,11,100). Sum of RGB (Red+Green+Blue) = 234+11+100=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B64 is #15F49B. Grayscale: #575757. Windows color (decimal): -1438876 or 6556650. OLE color: 6556650.
HSL color Cylindrical-coordinate representation of color #EA0B64: hue angle of 336.05º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0B64 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 100 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.08 |
| HSL | 336.05º | 0.91% | 0.48% | - |
| HSV(B) | 336.05º | 0.95% | 0.92% | - |
| XYZ | 36.35 | 18.65 | 13.74 | - |
| YUV | 87.82 | 134.88 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 100 | 0 | 0.95 | 0.57 | 0.08 | 336.05 | 0.91 | 0.48 |
| Hex | EA | B | 64 | 0 | 5F | 39 | 8 | 150 | 5B | 30 |
| Octal | 352 | 13 | 144 | 0 | 137 | 71 | 10 | 520 | 133 | 60 |
| Binary | 11101010 | 1011 | 1100100 | 0 | 1011111 | 111001 | 1000 | 101010000 | 1011011 | 110000 |
Color Harmonies of #EA0B64
Complementary color
Monochromatic Colors of #EA0B64
Black with #EA0B64
Text Example
Text Example
White with #EA0B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B64; }
p { color: rgb(234,11,100); }
H1.HeaderClassName
{
color: #EA0B64;
}
.AnyTagClassName
{
color: #EA0B64;
}
</style>
background-color css
<style>
a { background-color: #EA0B64; }
a { background-color: rgb(234,11,100); }
div.DivClassName
{
background-color: #EA0B64;
}
.BgClassName
{
background-color: #EA0B64;
}
</style>
border-color css
<style>
span { border-color: #EA0B64; }
span { border-color: rgb(234,11,100); }
td.TdClassName
{
border-color: #EA0B64;
}
.TagClassName
{
border-color: #EA0B64;
}
</style>