Shades of Razzmatazz #EE056E
Tints of Razzmatazz #EE056E
RGB
CMYK
RGB Variations
Color information
#EE056E (or 0xEE056E) is known color: Razzmatazz. HEX triplet: EE, 05 and 6E. RGB value is (238,5,110). Sum of RGB (Red+Green+Blue) = 238+5+110=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE056E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE056E is #11FA91. Grayscale: #565656. Windows color (decimal): -1178258 or 7210478. OLE color: 7210478.
HSL color Cylindrical-coordinate representation of color #EE056E: hue angle of 332.96º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE056E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.07 |
| HSL | 332.96º | 0.96% | 0.48% | - |
| HSV(B) | 332.96º | 0.98% | 0.93% | - |
| XYZ | 38.13 | 19.41 | 16.49 | - |
| YUV | 86.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 110 | 0 | 0.98 | 0.54 | 0.07 | 332.96 | 0.96 | 0.48 |
| Hex | EE | 5 | 6E | 0 | 62 | 36 | 7 | 14D | 60 | 30 |
| Octal | 356 | 5 | 156 | 0 | 142 | 66 | 7 | 515 | 140 | 60 |
| Binary | 11101110 | 101 | 1101110 | 0 | 1100010 | 110110 | 111 | 101001101 | 1100000 | 110000 |
Color Harmonies of #EE056E
Complementary color
Monochromatic Colors of #EE056E
Black with #EE056E
Text Example
Text Example
White with #EE056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE056E; }
p { color: rgb(238,5,110); }
H1.HeaderClassName
{
color: #EE056E;
}
.AnyTagClassName
{
color: #EE056E;
}
</style>
background-color css
<style>
a { background-color: #EE056E; }
a { background-color: rgb(238,5,110); }
div.DivClassName
{
background-color: #EE056E;
}
.BgClassName
{
background-color: #EE056E;
}
</style>
border-color css
<style>
span { border-color: #EE056E; }
span { border-color: rgb(238,5,110); }
td.TdClassName
{
border-color: #EE056E;
}
.TagClassName
{
border-color: #EE056E;
}
</style>