Shades of Razzmatazz #EE0A6E
Tints of Razzmatazz #EE0A6E
RGB
CMYK
RGB Variations
Color information
#EE0A6E (or 0xEE0A6E) is known color: Razzmatazz. HEX triplet: EE, 0A and 6E. RGB value is (238,10,110). Sum of RGB (Red+Green+Blue) = 238+10+110=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A6E is #11F591. Grayscale: #595959. Windows color (decimal): -1176978 or 7211758. OLE color: 7211758.
HSL color Cylindrical-coordinate representation of color #EE0A6E: hue angle of 333.68º 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 #EE0A6E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 110 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.07 |
| HSL | 333.68º | 0.92% | 0.49% | - |
| HSV(B) | 333.68º | 0.96% | 0.93% | - |
| XYZ | 38.18 | 19.52 | 16.51 | - |
| YUV | 89.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 110 | 0 | 0.96 | 0.54 | 0.07 | 333.68 | 0.92 | 0.49 |
| Hex | EE | A | 6E | 0 | 60 | 36 | 7 | 14E | 5C | 31 |
| Octal | 356 | 12 | 156 | 0 | 140 | 66 | 7 | 516 | 134 | 61 |
| Binary | 11101110 | 1010 | 1101110 | 0 | 1100000 | 110110 | 111 | 101001110 | 1011100 | 110001 |
Color Harmonies of #EE0A6E
Complementary color
Monochromatic Colors of #EE0A6E
Black with #EE0A6E
Text Example
Text Example
White with #EE0A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A6E; }
p { color: rgb(238,10,110); }
H1.HeaderClassName
{
color: #EE0A6E;
}
.AnyTagClassName
{
color: #EE0A6E;
}
</style>
background-color css
<style>
a { background-color: #EE0A6E; }
a { background-color: rgb(238,10,110); }
div.DivClassName
{
background-color: #EE0A6E;
}
.BgClassName
{
background-color: #EE0A6E;
}
</style>
border-color css
<style>
span { border-color: #EE0A6E; }
span { border-color: rgb(238,10,110); }
td.TdClassName
{
border-color: #EE0A6E;
}
.TagClassName
{
border-color: #EE0A6E;
}
</style>