Shades of Razzmatazz #EE0A64
Tints of Razzmatazz #EE0A64
RGB
CMYK
RGB Variations
Color information
#EE0A64 (or 0xEE0A64) is known color: Razzmatazz. HEX triplet: EE, 0A and 64. RGB value is (238,10,100). Sum of RGB (Red+Green+Blue) = 238+10+100=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A64 is #11F59B. Grayscale: #585858. Windows color (decimal): -1176988 or 6556398. OLE color: 6556398.
HSL color Cylindrical-coordinate representation of color #EE0A64: hue angle of 336.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A64 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 100 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.07 |
| HSL | 336.32º | 0.92% | 0.49% | - |
| HSV(B) | 336.32º | 0.96% | 0.93% | - |
| XYZ | 37.67 | 19.31 | 13.8 | - |
| YUV | 88.43 | 134.54 | 234.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 100 | 0 | 0.96 | 0.58 | 0.07 | 336.32 | 0.92 | 0.49 |
| Hex | EE | A | 64 | 0 | 60 | 3A | 7 | 150 | 5C | 31 |
| Octal | 356 | 12 | 144 | 0 | 140 | 72 | 7 | 520 | 134 | 61 |
| Binary | 11101110 | 1010 | 1100100 | 0 | 1100000 | 111010 | 111 | 101010000 | 1011100 | 110001 |
Color Harmonies of #EE0A64
Complementary color
Monochromatic Colors of #EE0A64
Black with #EE0A64
Text Example
Text Example
White with #EE0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A64; }
p { color: rgb(238,10,100); }
H1.HeaderClassName
{
color: #EE0A64;
}
.AnyTagClassName
{
color: #EE0A64;
}
</style>
background-color css
<style>
a { background-color: #EE0A64; }
a { background-color: rgb(238,10,100); }
div.DivClassName
{
background-color: #EE0A64;
}
.BgClassName
{
background-color: #EE0A64;
}
</style>
border-color css
<style>
span { border-color: #EE0A64; }
span { border-color: rgb(238,10,100); }
td.TdClassName
{
border-color: #EE0A64;
}
.TagClassName
{
border-color: #EE0A64;
}
</style>