Shades of Razzmatazz #EE0E5B
Tints of Razzmatazz #EE0E5B
RGB
CMYK
RGB Variations
Color information
#EE0E5B (or 0xEE0E5B) is known color: Razzmatazz. HEX triplet: EE, 0E and 5B. RGB value is (238,14,91). Sum of RGB (Red+Green+Blue) = 238+14+91=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E5B is #11F1A4. Grayscale: #595959. Windows color (decimal): -1175973 or 5967598. OLE color: 5967598.
HSL color Cylindrical-coordinate representation of color #EE0E5B: hue angle of 339.38º 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 #EE0E5B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.07 |
| HSL | 339.38º | 0.89% | 0.49% | - |
| HSV(B) | 339.38º | 0.94% | 0.93% | - |
| XYZ | 37.31 | 19.25 | 11.65 | - |
| YUV | 89.75 | 128.71 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 91 | 0 | 0.94 | 0.62 | 0.07 | 339.38 | 0.89 | 0.49 |
| Hex | EE | E | 5B | 0 | 5E | 3E | 7 | 153 | 59 | 31 |
| Octal | 356 | 16 | 133 | 0 | 136 | 76 | 7 | 523 | 131 | 61 |
| Binary | 11101110 | 1110 | 1011011 | 0 | 1011110 | 111110 | 111 | 101010011 | 1011001 | 110001 |
Color Harmonies of #EE0E5B
Complementary color
Monochromatic Colors of #EE0E5B
Black with #EE0E5B
Text Example
Text Example
White with #EE0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E5B; }
p { color: rgb(238,14,91); }
H1.HeaderClassName
{
color: #EE0E5B;
}
.AnyTagClassName
{
color: #EE0E5B;
}
</style>
background-color css
<style>
a { background-color: #EE0E5B; }
a { background-color: rgb(238,14,91); }
div.DivClassName
{
background-color: #EE0E5B;
}
.BgClassName
{
background-color: #EE0E5B;
}
</style>
border-color css
<style>
span { border-color: #EE0E5B; }
span { border-color: rgb(238,14,91); }
td.TdClassName
{
border-color: #EE0E5B;
}
.TagClassName
{
border-color: #EE0E5B;
}
</style>