Shades of Razzmatazz #EE0E50
Tints of Razzmatazz #EE0E50
RGB
CMYK
RGB Variations
Color information
#EE0E50 (or 0xEE0E50) is known color: Razzmatazz. HEX triplet: EE, 0E and 50. RGB value is (238,14,80). Sum of RGB (Red+Green+Blue) = 238+14+80=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E50 is #11F1AF. Grayscale: #585858. Windows color (decimal): -1175984 or 5246702. OLE color: 5246702.
HSL color Cylindrical-coordinate representation of color #EE0E50: hue angle of 342.32º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E50 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 80 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.07 |
| HSL | 342.32º | 0.89% | 0.49% | - |
| HSV(B) | 342.32º | 0.94% | 0.93% | - |
| XYZ | 36.86 | 19.07 | 9.33 | - |
| YUV | 88.5 | 123.21 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 80 | 0 | 0.94 | 0.66 | 0.07 | 342.32 | 0.89 | 0.49 |
| Hex | EE | E | 50 | 0 | 5E | 42 | 7 | 156 | 59 | 31 |
| Octal | 356 | 16 | 120 | 0 | 136 | 102 | 7 | 526 | 131 | 61 |
| Binary | 11101110 | 1110 | 1010000 | 0 | 1011110 | 1000010 | 111 | 101010110 | 1011001 | 110001 |
Color Harmonies of #EE0E50
Complementary color
Monochromatic Colors of #EE0E50
Black with #EE0E50
Text Example
Text Example
White with #EE0E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E50; }
p { color: rgb(238,14,80); }
H1.HeaderClassName
{
color: #EE0E50;
}
.AnyTagClassName
{
color: #EE0E50;
}
</style>
background-color css
<style>
a { background-color: #EE0E50; }
a { background-color: rgb(238,14,80); }
div.DivClassName
{
background-color: #EE0E50;
}
.BgClassName
{
background-color: #EE0E50;
}
</style>
border-color css
<style>
span { border-color: #EE0E50; }
span { border-color: rgb(238,14,80); }
td.TdClassName
{
border-color: #EE0E50;
}
.TagClassName
{
border-color: #EE0E50;
}
</style>