Shades of Razzmatazz #EE0A55
Tints of Razzmatazz #EE0A55
RGB
CMYK
RGB Variations
Color information
#EE0A55 (or 0xEE0A55) is known color: Razzmatazz. HEX triplet: EE, 0A and 55. RGB value is (238,10,85). Sum of RGB (Red+Green+Blue) = 238+10+85=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A55 is #11F5AA. Grayscale: #565656. Windows color (decimal): -1177003 or 5573358. OLE color: 5573358.
HSL color Cylindrical-coordinate representation of color #EE0A55: hue angle of 340.26º 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 #EE0A55 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 85 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.07 |
| HSL | 340.26º | 0.92% | 0.49% | - |
| HSV(B) | 340.26º | 0.96% | 0.93% | - |
| XYZ | 37.01 | 19.05 | 10.32 | - |
| YUV | 86.72 | 127.04 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 85 | 0 | 0.96 | 0.64 | 0.07 | 340.26 | 0.92 | 0.49 |
| Hex | EE | A | 55 | 0 | 60 | 40 | 7 | 154 | 5C | 31 |
| Octal | 356 | 12 | 125 | 0 | 140 | 100 | 7 | 524 | 134 | 61 |
| Binary | 11101110 | 1010 | 1010101 | 0 | 1100000 | 1000000 | 111 | 101010100 | 1011100 | 110001 |
Color Harmonies of #EE0A55
Complementary color
Monochromatic Colors of #EE0A55
Black with #EE0A55
Text Example
Text Example
White with #EE0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A55; }
p { color: rgb(238,10,85); }
H1.HeaderClassName
{
color: #EE0A55;
}
.AnyTagClassName
{
color: #EE0A55;
}
</style>
background-color css
<style>
a { background-color: #EE0A55; }
a { background-color: rgb(238,10,85); }
div.DivClassName
{
background-color: #EE0A55;
}
.BgClassName
{
background-color: #EE0A55;
}
</style>
border-color css
<style>
span { border-color: #EE0A55; }
span { border-color: rgb(238,10,85); }
td.TdClassName
{
border-color: #EE0A55;
}
.TagClassName
{
border-color: #EE0A55;
}
</style>