Shades of Razzmatazz #EE0E54
Tints of Razzmatazz #EE0E54
RGB
CMYK
RGB Variations
Color information
#EE0E54 (or 0xEE0E54) is known color: Razzmatazz. HEX triplet: EE, 0E and 54. RGB value is (238,14,84). Sum of RGB (Red+Green+Blue) = 238+14+84=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E54 is #11F1AB. Grayscale: #585858. Windows color (decimal): -1175980 or 5508846. OLE color: 5508846.
HSL color Cylindrical-coordinate representation of color #EE0E54: hue angle of 341.25º 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 #EE0E54 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.07 |
| HSL | 341.25º | 0.89% | 0.49% | - |
| HSV(B) | 341.25º | 0.94% | 0.93% | - |
| XYZ | 37.02 | 19.13 | 10.13 | - |
| YUV | 88.96 | 125.21 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 84 | 0 | 0.94 | 0.65 | 0.07 | 341.25 | 0.89 | 0.49 |
| Hex | EE | E | 54 | 0 | 5E | 41 | 7 | 155 | 59 | 31 |
| Octal | 356 | 16 | 124 | 0 | 136 | 101 | 7 | 525 | 131 | 61 |
| Binary | 11101110 | 1110 | 1010100 | 0 | 1011110 | 1000001 | 111 | 101010101 | 1011001 | 110001 |
Color Harmonies of #EE0E54
Complementary color
Monochromatic Colors of #EE0E54
Black with #EE0E54
Text Example
Text Example
White with #EE0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E54; }
p { color: rgb(238,14,84); }
H1.HeaderClassName
{
color: #EE0E54;
}
.AnyTagClassName
{
color: #EE0E54;
}
</style>
background-color css
<style>
a { background-color: #EE0E54; }
a { background-color: rgb(238,14,84); }
div.DivClassName
{
background-color: #EE0E54;
}
.BgClassName
{
background-color: #EE0E54;
}
</style>
border-color css
<style>
span { border-color: #EE0E54; }
span { border-color: rgb(238,14,84); }
td.TdClassName
{
border-color: #EE0E54;
}
.TagClassName
{
border-color: #EE0E54;
}
</style>