Shades of Razzmatazz #EA0763
Tints of Razzmatazz #EA0763
RGB
CMYK
RGB Variations
Color information
#EA0763 (or 0xEA0763) is known color: Razzmatazz. HEX triplet: EA, 07 and 63. RGB value is (234,7,99). Sum of RGB (Red+Green+Blue) = 234+7+99=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0763 is #15F89C. Grayscale: #555555. Windows color (decimal): -1439901 or 6490090. OLE color: 6490090.
HSL color Cylindrical-coordinate representation of color #EA0763: hue angle of 335.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0763 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.08 |
| HSL | 335.68º | 0.94% | 0.47% | - |
| HSV(B) | 335.68º | 0.97% | 0.92% | - |
| XYZ | 36.26 | 18.55 | 13.47 | - |
| YUV | 85.36 | 135.71 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 99 | 0 | 0.97 | 0.58 | 0.08 | 335.68 | 0.94 | 0.47 |
| Hex | EA | 7 | 63 | 0 | 61 | 3A | 8 | 150 | 5E | 2F |
| Octal | 352 | 7 | 143 | 0 | 141 | 72 | 10 | 520 | 136 | 57 |
| Binary | 11101010 | 111 | 1100011 | 0 | 1100001 | 111010 | 1000 | 101010000 | 1011110 | 101111 |
Color Harmonies of #EA0763
Complementary color
Monochromatic Colors of #EA0763
Black with #EA0763
Text Example
Text Example
White with #EA0763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0763; }
p { color: rgb(234,7,99); }
H1.HeaderClassName
{
color: #EA0763;
}
.AnyTagClassName
{
color: #EA0763;
}
</style>
background-color css
<style>
a { background-color: #EA0763; }
a { background-color: rgb(234,7,99); }
div.DivClassName
{
background-color: #EA0763;
}
.BgClassName
{
background-color: #EA0763;
}
</style>
border-color css
<style>
span { border-color: #EA0763; }
span { border-color: rgb(234,7,99); }
td.TdClassName
{
border-color: #EA0763;
}
.TagClassName
{
border-color: #EA0763;
}
</style>