Shades of Razzmatazz #EE0A49
Tints of Razzmatazz #EE0A49
RGB
CMYK
RGB Variations
Color information
#EE0A49 (or 0xEE0A49) is known color: Razzmatazz. HEX triplet: EE, 0A and 49. RGB value is (238,10,73). Sum of RGB (Red+Green+Blue) = 238+10+73=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0A49 is #11F5B6. Grayscale: #555555. Windows color (decimal): -1177015 or 4786926. OLE color: 4786926.
HSL color Cylindrical-coordinate representation of color #EE0A49: hue angle of 343.42º 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 #EE0A49 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 73 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.07 |
| HSL | 343.42º | 0.92% | 0.49% | - |
| HSV(B) | 343.42º | 0.96% | 0.93% | - |
| XYZ | 36.57 | 18.88 | 8.02 | - |
| YUV | 85.35 | 121.04 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 73 | 0 | 0.96 | 0.69 | 0.07 | 343.42 | 0.92 | 0.49 |
| Hex | EE | A | 49 | 0 | 60 | 45 | 7 | 157 | 5C | 31 |
| Octal | 356 | 12 | 111 | 0 | 140 | 105 | 7 | 527 | 134 | 61 |
| Binary | 11101110 | 1010 | 1001001 | 0 | 1100000 | 1000101 | 111 | 101010111 | 1011100 | 110001 |
Color Harmonies of #EE0A49
Complementary color
Monochromatic Colors of #EE0A49
Black with #EE0A49
Text Example
Text Example
White with #EE0A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A49; }
p { color: rgb(238,10,73); }
H1.HeaderClassName
{
color: #EE0A49;
}
.AnyTagClassName
{
color: #EE0A49;
}
</style>
background-color css
<style>
a { background-color: #EE0A49; }
a { background-color: rgb(238,10,73); }
div.DivClassName
{
background-color: #EE0A49;
}
.BgClassName
{
background-color: #EE0A49;
}
</style>
border-color css
<style>
span { border-color: #EE0A49; }
span { border-color: rgb(238,10,73); }
td.TdClassName
{
border-color: #EE0A49;
}
.TagClassName
{
border-color: #EE0A49;
}
</style>