Shades of Razzmatazz #EE0A52
Tints of Razzmatazz #EE0A52
RGB
CMYK
RGB Variations
Color information
#EE0A52 (or 0xEE0A52) is known color: Razzmatazz. HEX triplet: EE, 0A and 52. RGB value is (238,10,82). Sum of RGB (Red+Green+Blue) = 238+10+82=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A52 is #11F5AD. Grayscale: #565656. Windows color (decimal): -1177006 or 5376750. OLE color: 5376750.
HSL color Cylindrical-coordinate representation of color #EE0A52: hue angle of 341.05º 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 #EE0A52 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 82 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.07 |
| HSL | 341.05º | 0.92% | 0.49% | - |
| HSV(B) | 341.05º | 0.96% | 0.93% | - |
| XYZ | 36.89 | 19 | 9.71 | - |
| YUV | 86.38 | 125.54 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 82 | 0 | 0.96 | 0.66 | 0.07 | 341.05 | 0.92 | 0.49 |
| Hex | EE | A | 52 | 0 | 60 | 42 | 7 | 155 | 5C | 31 |
| Octal | 356 | 12 | 122 | 0 | 140 | 102 | 7 | 525 | 134 | 61 |
| Binary | 11101110 | 1010 | 1010010 | 0 | 1100000 | 1000010 | 111 | 101010101 | 1011100 | 110001 |
Color Harmonies of #EE0A52
Complementary color
Monochromatic Colors of #EE0A52
Black with #EE0A52
Text Example
Text Example
White with #EE0A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A52; }
p { color: rgb(238,10,82); }
H1.HeaderClassName
{
color: #EE0A52;
}
.AnyTagClassName
{
color: #EE0A52;
}
</style>
background-color css
<style>
a { background-color: #EE0A52; }
a { background-color: rgb(238,10,82); }
div.DivClassName
{
background-color: #EE0A52;
}
.BgClassName
{
background-color: #EE0A52;
}
</style>
border-color css
<style>
span { border-color: #EE0A52; }
span { border-color: rgb(238,10,82); }
td.TdClassName
{
border-color: #EE0A52;
}
.TagClassName
{
border-color: #EE0A52;
}
</style>