Shades of Razzmatazz #EA0768
Tints of Razzmatazz #EA0768
RGB
CMYK
RGB Variations
Color information
#EA0768 (or 0xEA0768) is known color: Razzmatazz. HEX triplet: EA, 07 and 68. RGB value is (234,7,104). Sum of RGB (Red+Green+Blue) = 234+7+104=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0768 is #15F897. Grayscale: #555555. Windows color (decimal): -1439896 or 6817770. OLE color: 6817770.
HSL color Cylindrical-coordinate representation of color #EA0768: hue angle of 334.36º 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 #EA0768 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.08 |
| HSL | 334.36º | 0.94% | 0.47% | - |
| HSV(B) | 334.36º | 0.97% | 0.92% | - |
| XYZ | 36.51 | 18.64 | 14.77 | - |
| YUV | 85.93 | 138.21 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 104 | 0 | 0.97 | 0.56 | 0.08 | 334.36 | 0.94 | 0.47 |
| Hex | EA | 7 | 68 | 0 | 61 | 38 | 8 | 14E | 5E | 2F |
| Octal | 352 | 7 | 150 | 0 | 141 | 70 | 10 | 516 | 136 | 57 |
| Binary | 11101010 | 111 | 1101000 | 0 | 1100001 | 111000 | 1000 | 101001110 | 1011110 | 101111 |
Color Harmonies of #EA0768
Complementary color
Monochromatic Colors of #EA0768
Black with #EA0768
Text Example
Text Example
White with #EA0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0768; }
p { color: rgb(234,7,104); }
H1.HeaderClassName
{
color: #EA0768;
}
.AnyTagClassName
{
color: #EA0768;
}
</style>
background-color css
<style>
a { background-color: #EA0768; }
a { background-color: rgb(234,7,104); }
div.DivClassName
{
background-color: #EA0768;
}
.BgClassName
{
background-color: #EA0768;
}
</style>
border-color css
<style>
span { border-color: #EA0768; }
span { border-color: rgb(234,7,104); }
td.TdClassName
{
border-color: #EA0768;
}
.TagClassName
{
border-color: #EA0768;
}
</style>