Shades of Razzmatazz #EE086C
Tints of Razzmatazz #EE086C
RGB
CMYK
RGB Variations
Color information
#EE086C (or 0xEE086C) is known color: Razzmatazz. HEX triplet: EE, 08 and 6C. RGB value is (238,8,108). Sum of RGB (Red+Green+Blue) = 238+8+108=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE086C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE086C is #11F793. Grayscale: #575757. Windows color (decimal): -1177492 or 7080174. OLE color: 7080174.
HSL color Cylindrical-coordinate representation of color #EE086C: hue angle of 333.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE086C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 108 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.07 |
| HSL | 333.91º | 0.93% | 0.48% | - |
| HSV(B) | 333.91º | 0.97% | 0.93% | - |
| XYZ | 38.05 | 19.43 | 15.93 | - |
| YUV | 88.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 108 | 0 | 0.97 | 0.55 | 0.07 | 333.91 | 0.93 | 0.48 |
| Hex | EE | 8 | 6C | 0 | 61 | 37 | 7 | 14E | 5D | 30 |
| Octal | 356 | 10 | 154 | 0 | 141 | 67 | 7 | 516 | 135 | 60 |
| Binary | 11101110 | 1000 | 1101100 | 0 | 1100001 | 110111 | 111 | 101001110 | 1011101 | 110000 |
Color Harmonies of #EE086C
Complementary color
Monochromatic Colors of #EE086C
Black with #EE086C
Text Example
Text Example
White with #EE086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE086C; }
p { color: rgb(238,8,108); }
H1.HeaderClassName
{
color: #EE086C;
}
.AnyTagClassName
{
color: #EE086C;
}
</style>
background-color css
<style>
a { background-color: #EE086C; }
a { background-color: rgb(238,8,108); }
div.DivClassName
{
background-color: #EE086C;
}
.BgClassName
{
background-color: #EE086C;
}
</style>
border-color css
<style>
span { border-color: #EE086C; }
span { border-color: rgb(238,8,108); }
td.TdClassName
{
border-color: #EE086C;
}
.TagClassName
{
border-color: #EE086C;
}
</style>