Shades of Razzmatazz #EA0966
Tints of Razzmatazz #EA0966
RGB
CMYK
RGB Variations
Color information
#EA0966 (or 0xEA0966) is known color: Razzmatazz. HEX triplet: EA, 09 and 66. RGB value is (234,9,102). Sum of RGB (Red+Green+Blue) = 234+9+102=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0966 is #15F699. Grayscale: #565656. Windows color (decimal): -1439386 or 6687210. OLE color: 6687210.
HSL color Cylindrical-coordinate representation of color #EA0966: hue angle of 335.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0966 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.08 |
| HSL | 335.2º | 0.93% | 0.48% | - |
| HSV(B) | 335.2º | 0.96% | 0.92% | - |
| XYZ | 36.43 | 18.65 | 14.25 | - |
| YUV | 86.88 | 136.54 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 102 | 0 | 0.96 | 0.56 | 0.08 | 335.2 | 0.93 | 0.48 |
| Hex | EA | 9 | 66 | 0 | 60 | 38 | 8 | 14F | 5D | 30 |
| Octal | 352 | 11 | 146 | 0 | 140 | 70 | 10 | 517 | 135 | 60 |
| Binary | 11101010 | 1001 | 1100110 | 0 | 1100000 | 111000 | 1000 | 101001111 | 1011101 | 110000 |
Color Harmonies of #EA0966
Complementary color
Monochromatic Colors of #EA0966
Black with #EA0966
Text Example
Text Example
White with #EA0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0966; }
p { color: rgb(234,9,102); }
H1.HeaderClassName
{
color: #EA0966;
}
.AnyTagClassName
{
color: #EA0966;
}
</style>
background-color css
<style>
a { background-color: #EA0966; }
a { background-color: rgb(234,9,102); }
div.DivClassName
{
background-color: #EA0966;
}
.BgClassName
{
background-color: #EA0966;
}
</style>
border-color css
<style>
span { border-color: #EA0966; }
span { border-color: rgb(234,9,102); }
td.TdClassName
{
border-color: #EA0966;
}
.TagClassName
{
border-color: #EA0966;
}
</style>