Shades of Razzmatazz #EE0765
Tints of Razzmatazz #EE0765
RGB
CMYK
RGB Variations
Color information
#EE0765 (or 0xEE0765) is known color: Razzmatazz. HEX triplet: EE, 07 and 65. RGB value is (238,7,101). Sum of RGB (Red+Green+Blue) = 238+7+101=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0765 is #11F89A. Grayscale: #565656. Windows color (decimal): -1177755 or 6621166. OLE color: 6621166.
HSL color Cylindrical-coordinate representation of color #EE0765: hue angle of 335.58º 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 #EE0765 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.07 |
| HSL | 335.58º | 0.94% | 0.48% | - |
| HSV(B) | 335.58º | 0.97% | 0.93% | - |
| XYZ | 37.68 | 19.27 | 14.04 | - |
| YUV | 86.79 | 136.03 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 101 | 0 | 0.97 | 0.58 | 0.07 | 335.58 | 0.94 | 0.48 |
| Hex | EE | 7 | 65 | 0 | 61 | 3A | 7 | 150 | 5E | 30 |
| Octal | 356 | 7 | 145 | 0 | 141 | 72 | 7 | 520 | 136 | 60 |
| Binary | 11101110 | 111 | 1100101 | 0 | 1100001 | 111010 | 111 | 101010000 | 1011110 | 110000 |
Color Harmonies of #EE0765
Complementary color
Monochromatic Colors of #EE0765
Black with #EE0765
Text Example
Text Example
White with #EE0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0765; }
p { color: rgb(238,7,101); }
H1.HeaderClassName
{
color: #EE0765;
}
.AnyTagClassName
{
color: #EE0765;
}
</style>
background-color css
<style>
a { background-color: #EE0765; }
a { background-color: rgb(238,7,101); }
div.DivClassName
{
background-color: #EE0765;
}
.BgClassName
{
background-color: #EE0765;
}
</style>
border-color css
<style>
span { border-color: #EE0765; }
span { border-color: rgb(238,7,101); }
td.TdClassName
{
border-color: #EE0765;
}
.TagClassName
{
border-color: #EE0765;
}
</style>