Shades of Razzmatazz #EE085D
Tints of Razzmatazz #EE085D
RGB
CMYK
RGB Variations
Color information
#EE085D (or 0xEE085D) is known color: Razzmatazz. HEX triplet: EE, 08 and 5D. RGB value is (238,8,93). Sum of RGB (Red+Green+Blue) = 238+8+93=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE085D is #11F7A2. Grayscale: #565656. Windows color (decimal): -1177507 or 6097134. OLE color: 6097134.
HSL color Cylindrical-coordinate representation of color #EE085D: hue angle of 337.83º 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 #EE085D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.07 |
| HSL | 337.83º | 0.93% | 0.48% | - |
| HSV(B) | 337.83º | 0.97% | 0.93% | - |
| XYZ | 37.32 | 19.14 | 12.08 | - |
| YUV | 86.46 | 131.7 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 93 | 0 | 0.97 | 0.61 | 0.07 | 337.83 | 0.93 | 0.48 |
| Hex | EE | 8 | 5D | 0 | 61 | 3D | 7 | 152 | 5D | 30 |
| Octal | 356 | 10 | 135 | 0 | 141 | 75 | 7 | 522 | 135 | 60 |
| Binary | 11101110 | 1000 | 1011101 | 0 | 1100001 | 111101 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EE085D
Complementary color
Monochromatic Colors of #EE085D
Black with #EE085D
Text Example
Text Example
White with #EE085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE085D; }
p { color: rgb(238,8,93); }
H1.HeaderClassName
{
color: #EE085D;
}
.AnyTagClassName
{
color: #EE085D;
}
</style>
background-color css
<style>
a { background-color: #EE085D; }
a { background-color: rgb(238,8,93); }
div.DivClassName
{
background-color: #EE085D;
}
.BgClassName
{
background-color: #EE085D;
}
</style>
border-color css
<style>
span { border-color: #EE085D; }
span { border-color: rgb(238,8,93); }
td.TdClassName
{
border-color: #EE085D;
}
.TagClassName
{
border-color: #EE085D;
}
</style>