Shades of Razzmatazz #EE0A6C
Tints of Razzmatazz #EE0A6C
RGB
CMYK
RGB Variations
Color information
#EE0A6C (or 0xEE0A6C) is known color: Razzmatazz. HEX triplet: EE, 0A and 6C. RGB value is (238,10,108). Sum of RGB (Red+Green+Blue) = 238+10+108=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A6C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A6C is #11F593. Grayscale: #595959. Windows color (decimal): -1176980 or 7080686. OLE color: 7080686.
HSL color Cylindrical-coordinate representation of color #EE0A6C: hue angle of 334.21º 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 #EE0A6C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 108 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.07 |
| HSL | 334.21º | 0.92% | 0.49% | - |
| HSV(B) | 334.21º | 0.96% | 0.93% | - |
| XYZ | 38.08 | 19.48 | 15.94 | - |
| YUV | 89.34 | 138.54 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 108 | 0 | 0.96 | 0.55 | 0.07 | 334.21 | 0.92 | 0.49 |
| Hex | EE | A | 6C | 0 | 60 | 37 | 7 | 14E | 5C | 31 |
| Octal | 356 | 12 | 154 | 0 | 140 | 67 | 7 | 516 | 134 | 61 |
| Binary | 11101110 | 1010 | 1101100 | 0 | 1100000 | 110111 | 111 | 101001110 | 1011100 | 110001 |
Color Harmonies of #EE0A6C
Complementary color
Monochromatic Colors of #EE0A6C
Black with #EE0A6C
Text Example
Text Example
White with #EE0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A6C; }
p { color: rgb(238,10,108); }
H1.HeaderClassName
{
color: #EE0A6C;
}
.AnyTagClassName
{
color: #EE0A6C;
}
</style>
background-color css
<style>
a { background-color: #EE0A6C; }
a { background-color: rgb(238,10,108); }
div.DivClassName
{
background-color: #EE0A6C;
}
.BgClassName
{
background-color: #EE0A6C;
}
</style>
border-color css
<style>
span { border-color: #EE0A6C; }
span { border-color: rgb(238,10,108); }
td.TdClassName
{
border-color: #EE0A6C;
}
.TagClassName
{
border-color: #EE0A6C;
}
</style>