Shades of Razzmatazz #EE075D
Tints of Razzmatazz #EE075D
RGB
CMYK
RGB Variations
Color information
#EE075D (or 0xEE075D) is known color: Razzmatazz. HEX triplet: EE, 07 and 5D. RGB value is (238,7,93). Sum of RGB (Red+Green+Blue) = 238+7+93=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE075D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE075D is #11F8A2. Grayscale: #555555. Windows color (decimal): -1177763 or 6096878. OLE color: 6096878.
HSL color Cylindrical-coordinate representation of color #EE075D: hue angle of 337.66º 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 #EE075D is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 93 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.07 |
| HSL | 337.66º | 0.94% | 0.48% | - |
| HSV(B) | 337.66º | 0.97% | 0.93% | - |
| XYZ | 37.31 | 19.12 | 12.08 | - |
| YUV | 85.87 | 132.03 | 236.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 93 | 0 | 0.97 | 0.61 | 0.07 | 337.66 | 0.94 | 0.48 |
| Hex | EE | 7 | 5D | 0 | 61 | 3D | 7 | 152 | 5E | 30 |
| Octal | 356 | 7 | 135 | 0 | 141 | 75 | 7 | 522 | 136 | 60 |
| Binary | 11101110 | 111 | 1011101 | 0 | 1100001 | 111101 | 111 | 101010010 | 1011110 | 110000 |
Color Harmonies of #EE075D
Complementary color
Monochromatic Colors of #EE075D
Black with #EE075D
Text Example
Text Example
White with #EE075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE075D; }
p { color: rgb(238,7,93); }
H1.HeaderClassName
{
color: #EE075D;
}
.AnyTagClassName
{
color: #EE075D;
}
</style>
background-color css
<style>
a { background-color: #EE075D; }
a { background-color: rgb(238,7,93); }
div.DivClassName
{
background-color: #EE075D;
}
.BgClassName
{
background-color: #EE075D;
}
</style>
border-color css
<style>
span { border-color: #EE075D; }
span { border-color: rgb(238,7,93); }
td.TdClassName
{
border-color: #EE075D;
}
.TagClassName
{
border-color: #EE075D;
}
</style>