Shades of Razzmatazz #EE0E5C
Tints of Razzmatazz #EE0E5C
RGB
CMYK
RGB Variations
Color information
#EE0E5C (or 0xEE0E5C) is known color: Razzmatazz. HEX triplet: EE, 0E and 5C. RGB value is (238,14,92). Sum of RGB (Red+Green+Blue) = 238+14+92=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E5C is #11F1A3. Grayscale: #595959. Windows color (decimal): -1175972 or 6033134. OLE color: 6033134.
HSL color Cylindrical-coordinate representation of color #EE0E5C: hue angle of 339.11º 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 #EE0E5C is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 92 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.07 |
| HSL | 339.11º | 0.89% | 0.49% | - |
| HSV(B) | 339.11º | 0.94% | 0.93% | - |
| XYZ | 37.35 | 19.26 | 11.88 | - |
| YUV | 89.87 | 129.21 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 92 | 0 | 0.94 | 0.61 | 0.07 | 339.11 | 0.89 | 0.49 |
| Hex | EE | E | 5C | 0 | 5E | 3D | 7 | 153 | 59 | 31 |
| Octal | 356 | 16 | 134 | 0 | 136 | 75 | 7 | 523 | 131 | 61 |
| Binary | 11101110 | 1110 | 1011100 | 0 | 1011110 | 111101 | 111 | 101010011 | 1011001 | 110001 |
Color Harmonies of #EE0E5C
Complementary color
Monochromatic Colors of #EE0E5C
Black with #EE0E5C
Text Example
Text Example
White with #EE0E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E5C; }
p { color: rgb(238,14,92); }
H1.HeaderClassName
{
color: #EE0E5C;
}
.AnyTagClassName
{
color: #EE0E5C;
}
</style>
background-color css
<style>
a { background-color: #EE0E5C; }
a { background-color: rgb(238,14,92); }
div.DivClassName
{
background-color: #EE0E5C;
}
.BgClassName
{
background-color: #EE0E5C;
}
</style>
border-color css
<style>
span { border-color: #EE0E5C; }
span { border-color: rgb(238,14,92); }
td.TdClassName
{
border-color: #EE0E5C;
}
.TagClassName
{
border-color: #EE0E5C;
}
</style>