Shades of Razzmatazz #EA0B63
Tints of Razzmatazz #EA0B63
RGB
CMYK
RGB Variations
Color information
#EA0B63 (or 0xEA0B63) is known color: Razzmatazz. HEX triplet: EA, 0B and 63. RGB value is (234,11,99). Sum of RGB (Red+Green+Blue) = 234+11+99=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B63 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0B63 is #15F49C. Grayscale: #575757. Windows color (decimal): -1438877 or 6491114. OLE color: 6491114.
HSL color Cylindrical-coordinate representation of color #EA0B63: hue angle of 336.32º 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 #EA0B63 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 11 | 99 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.08 |
| HSL | 336.32º | 0.91% | 0.48% | - |
| HSV(B) | 336.32º | 0.95% | 0.92% | - |
| XYZ | 36.3 | 18.63 | 13.49 | - |
| YUV | 87.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 11 | 99 | 0 | 0.95 | 0.58 | 0.08 | 336.32 | 0.91 | 0.48 |
| Hex | EA | B | 63 | 0 | 5F | 3A | 8 | 150 | 5B | 30 |
| Octal | 352 | 13 | 143 | 0 | 137 | 72 | 10 | 520 | 133 | 60 |
| Binary | 11101010 | 1011 | 1100011 | 0 | 1011111 | 111010 | 1000 | 101010000 | 1011011 | 110000 |
Color Harmonies of #EA0B63
Complementary color
Monochromatic Colors of #EA0B63
Black with #EA0B63
Text Example
Text Example
White with #EA0B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0B63; }
p { color: rgb(234,11,99); }
H1.HeaderClassName
{
color: #EA0B63;
}
.AnyTagClassName
{
color: #EA0B63;
}
</style>
background-color css
<style>
a { background-color: #EA0B63; }
a { background-color: rgb(234,11,99); }
div.DivClassName
{
background-color: #EA0B63;
}
.BgClassName
{
background-color: #EA0B63;
}
</style>
border-color css
<style>
span { border-color: #EA0B63; }
span { border-color: rgb(234,11,99); }
td.TdClassName
{
border-color: #EA0B63;
}
.TagClassName
{
border-color: #EA0B63;
}
</style>