Shades of Razzmatazz #EE0050
Tints of Razzmatazz #EE0050
RGB
CMYK
RGB Variations
Color information
#EE0050 (or 0xEE0050) is known color: Razzmatazz. HEX triplet: EE, 00 and 50. RGB value is (238,0,80). Sum of RGB (Red+Green+Blue) = 238+0+80=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0050 is #11FFAF. Grayscale: #505050. Windows color (decimal): -1179568 or 5243118. OLE color: 5243118.
HSL color Cylindrical-coordinate representation of color #EE0050: hue angle of 339.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0050 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.66 | 0.07 |
| HSL | 339.83º | 1% | 0.47% | - |
| HSV(B) | 339.83º | 1% | 0.93% | - |
| XYZ | 36.71 | 18.76 | 9.28 | - |
| YUV | 80.28 | 127.85 | 240.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 80 | 0 | 1 | 0.66 | 0.07 | 339.83 | 1 | 0.47 |
| Hex | EE | 0 | 50 | 0 | 64 | 42 | 7 | 154 | 64 | 2F |
| Octal | 356 | 0 | 120 | 0 | 144 | 102 | 7 | 524 | 144 | 57 |
| Binary | 11101110 | 0 | 1010000 | 0 | 1100100 | 1000010 | 111 | 101010100 | 1100100 | 101111 |
Color Harmonies of #EE0050
Complementary color
Monochromatic Colors of #EE0050
Black with #EE0050
Text Example
Text Example
White with #EE0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0050; }
p { color: rgb(238,0,80); }
H1.HeaderClassName
{
color: #EE0050;
}
.AnyTagClassName
{
color: #EE0050;
}
</style>
background-color css
<style>
a { background-color: #EE0050; }
a { background-color: rgb(238,0,80); }
div.DivClassName
{
background-color: #EE0050;
}
.BgClassName
{
background-color: #EE0050;
}
</style>
border-color css
<style>
span { border-color: #EE0050; }
span { border-color: rgb(238,0,80); }
td.TdClassName
{
border-color: #EE0050;
}
.TagClassName
{
border-color: #EE0050;
}
</style>