Shades of Razzmatazz #EE0751
Tints of Razzmatazz #EE0751
RGB
CMYK
RGB Variations
Color information
#EE0751 (or 0xEE0751) is known color: Razzmatazz. HEX triplet: EE, 07 and 51. RGB value is (238,7,81). Sum of RGB (Red+Green+Blue) = 238+7+81=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0751 is #11F8AE. Grayscale: #545454. Windows color (decimal): -1177775 or 5310446. OLE color: 5310446.
HSL color Cylindrical-coordinate representation of color #EE0751: hue angle of 340.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0751 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.07 |
| HSL | 340.78º | 0.94% | 0.48% | - |
| HSV(B) | 340.78º | 0.97% | 0.93% | - |
| XYZ | 36.82 | 18.92 | 9.5 | - |
| YUV | 84.51 | 126.03 | 237.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 81 | 0 | 0.97 | 0.66 | 0.07 | 340.78 | 0.94 | 0.48 |
| Hex | EE | 7 | 51 | 0 | 61 | 42 | 7 | 155 | 5E | 30 |
| Octal | 356 | 7 | 121 | 0 | 141 | 102 | 7 | 525 | 136 | 60 |
| Binary | 11101110 | 111 | 1010001 | 0 | 1100001 | 1000010 | 111 | 101010101 | 1011110 | 110000 |
Color Harmonies of #EE0751
Complementary color
Monochromatic Colors of #EE0751
Black with #EE0751
Text Example
Text Example
White with #EE0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0751; }
p { color: rgb(238,7,81); }
H1.HeaderClassName
{
color: #EE0751;
}
.AnyTagClassName
{
color: #EE0751;
}
</style>
background-color css
<style>
a { background-color: #EE0751; }
a { background-color: rgb(238,7,81); }
div.DivClassName
{
background-color: #EE0751;
}
.BgClassName
{
background-color: #EE0751;
}
</style>
border-color css
<style>
span { border-color: #EE0751; }
span { border-color: rgb(238,7,81); }
td.TdClassName
{
border-color: #EE0751;
}
.TagClassName
{
border-color: #EE0751;
}
</style>