Shades of Razzmatazz #EE095C
Tints of Razzmatazz #EE095C
RGB
CMYK
RGB Variations
Color information
#EE095C (or 0xEE095C) is known color: Razzmatazz. HEX triplet: EE, 09 and 5C. RGB value is (238,9,92). Sum of RGB (Red+Green+Blue) = 238+9+92=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE095C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE095C is #11F6A3. Grayscale: #565656. Windows color (decimal): -1177252 or 6031854. OLE color: 6031854.
HSL color Cylindrical-coordinate representation of color #EE095C: hue angle of 338.25º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE095C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.07 |
| HSL | 338.25º | 0.93% | 0.48% | - |
| HSV(B) | 338.25º | 0.96% | 0.93% | - |
| XYZ | 37.29 | 19.15 | 11.86 | - |
| YUV | 86.93 | 130.87 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 92 | 0 | 0.96 | 0.61 | 0.07 | 338.25 | 0.93 | 0.48 |
| Hex | EE | 9 | 5C | 0 | 60 | 3D | 7 | 152 | 5D | 30 |
| Octal | 356 | 11 | 134 | 0 | 140 | 75 | 7 | 522 | 135 | 60 |
| Binary | 11101110 | 1001 | 1011100 | 0 | 1100000 | 111101 | 111 | 101010010 | 1011101 | 110000 |
Color Harmonies of #EE095C
Complementary color
Monochromatic Colors of #EE095C
Black with #EE095C
Text Example
Text Example
White with #EE095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE095C; }
p { color: rgb(238,9,92); }
H1.HeaderClassName
{
color: #EE095C;
}
.AnyTagClassName
{
color: #EE095C;
}
</style>
background-color css
<style>
a { background-color: #EE095C; }
a { background-color: rgb(238,9,92); }
div.DivClassName
{
background-color: #EE095C;
}
.BgClassName
{
background-color: #EE095C;
}
</style>
border-color css
<style>
span { border-color: #EE095C; }
span { border-color: rgb(238,9,92); }
td.TdClassName
{
border-color: #EE095C;
}
.TagClassName
{
border-color: #EE095C;
}
</style>