Shades of Razzmatazz #EE0177
Tints of Razzmatazz #EE0177
RGB
CMYK
RGB Variations
Color information
#EE0177 (or 0xEE0177) is known color: Razzmatazz. HEX triplet: EE, 01 and 77. RGB value is (238,1,119). Sum of RGB (Red+Green+Blue) = 238+1+119=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0177 is #11FE88. Grayscale: #555555. Windows color (decimal): -1179273 or 7799278. OLE color: 7799278.
HSL color Cylindrical-coordinate representation of color #EE0177: hue angle of 330.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0177 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.07 |
| HSL | 330.13º | 0.99% | 0.47% | - |
| HSV(B) | 330.13º | 1% | 0.93% | - |
| XYZ | 38.6 | 19.53 | 19.19 | - |
| YUV | 85.32 | 147.02 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 119 | 0 | 1.00 | 0.50 | 0.07 | 330.13 | 0.99 | 0.47 |
| Hex | EE | 1 | 77 | 0 | 64 | 32 | 7 | 14A | 63 | 2F |
| Octal | 356 | 1 | 167 | 0 | 144 | 62 | 7 | 512 | 143 | 57 |
| Binary | 11101110 | 1 | 1110111 | 0 | 1100100 | 110010 | 111 | 101001010 | 1100011 | 101111 |
Color Harmonies of #EE0177
Complementary color
Monochromatic Colors of #EE0177
Black with #EE0177
Text Example
Text Example
White with #EE0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0177; }
p { color: rgb(238,1,119); }
H1.HeaderClassName
{
color: #EE0177;
}
.AnyTagClassName
{
color: #EE0177;
}
</style>
background-color css
<style>
a { background-color: #EE0177; }
a { background-color: rgb(238,1,119); }
div.DivClassName
{
background-color: #EE0177;
}
.BgClassName
{
background-color: #EE0177;
}
</style>
border-color css
<style>
span { border-color: #EE0177; }
span { border-color: rgb(238,1,119); }
td.TdClassName
{
border-color: #EE0177;
}
.TagClassName
{
border-color: #EE0177;
}
</style>