Shades of Razzmatazz #EE0F51
Tints of Razzmatazz #EE0F51
RGB
CMYK
RGB Variations
Color information
#EE0F51 (or 0xEE0F51) is known color: Razzmatazz. HEX triplet: EE, 0F and 51. RGB value is (238,15,81). Sum of RGB (Red+Green+Blue) = 238+15+81=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F51 is #11F0AE. Grayscale: #595959. Windows color (decimal): -1175727 or 5312494. OLE color: 5312494.
HSL color Cylindrical-coordinate representation of color #EE0F51: hue angle of 342.24º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F51 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 15 | 81 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.07 |
| HSL | 342.24º | 0.88% | 0.5% | - |
| HSV(B) | 342.24º | 0.94% | 0.93% | - |
| XYZ | 36.92 | 19.11 | 9.53 | - |
| YUV | 89.2 | 123.38 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 15 | 81 | 0 | 0.94 | 0.66 | 0.07 | 342.24 | 0.88 | 0.5 |
| Hex | EE | F | 51 | 0 | 5E | 42 | 7 | 156 | 58 | 32 |
| Octal | 356 | 17 | 121 | 0 | 136 | 102 | 7 | 526 | 130 | 62 |
| Binary | 11101110 | 1111 | 1010001 | 0 | 1011110 | 1000010 | 111 | 101010110 | 1011000 | 110010 |
Color Harmonies of #EE0F51
Complementary color
Monochromatic Colors of #EE0F51
Black with #EE0F51
Text Example
Text Example
White with #EE0F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0F51; }
p { color: rgb(238,15,81); }
H1.HeaderClassName
{
color: #EE0F51;
}
.AnyTagClassName
{
color: #EE0F51;
}
</style>
background-color css
<style>
a { background-color: #EE0F51; }
a { background-color: rgb(238,15,81); }
div.DivClassName
{
background-color: #EE0F51;
}
.BgClassName
{
background-color: #EE0F51;
}
</style>
border-color css
<style>
span { border-color: #EE0F51; }
span { border-color: rgb(238,15,81); }
td.TdClassName
{
border-color: #EE0F51;
}
.TagClassName
{
border-color: #EE0F51;
}
</style>