Shades of Razzmatazz #EE105E
Tints of Razzmatazz #EE105E
RGB
CMYK
RGB Variations
Color information
#EE105E (or 0xEE105E) is known color: Razzmatazz. HEX triplet: EE, 10 and 5E. RGB value is (238,16,94). Sum of RGB (Red+Green+Blue) = 238+16+94=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE105E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE105E is #11EFA1. Grayscale: #5B5B5B. Windows color (decimal): -1175458 or 6164718. OLE color: 6164718.
HSL color Cylindrical-coordinate representation of color #EE105E: hue angle of 338.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE105E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 94 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 338.92º | 0.87% | 0.5% | - |
| HSV(B) | 338.92º | 0.93% | 0.93% | - |
| XYZ | 37.47 | 19.36 | 12.35 | - |
| YUV | 91.27 | 129.55 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 94 | 0 | 0.93 | 0.61 | 0.07 | 338.92 | 0.87 | 0.5 |
| Hex | EE | 10 | 5E | 0 | 5D | 3D | 7 | 153 | 57 | 32 |
| Octal | 356 | 20 | 136 | 0 | 135 | 75 | 7 | 523 | 127 | 62 |
| Binary | 11101110 | 10000 | 1011110 | 0 | 1011101 | 111101 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EE105E
Complementary color
Monochromatic Colors of #EE105E
Black with #EE105E
Text Example
Text Example
White with #EE105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE105E; }
p { color: rgb(238,16,94); }
H1.HeaderClassName
{
color: #EE105E;
}
.AnyTagClassName
{
color: #EE105E;
}
</style>
background-color css
<style>
a { background-color: #EE105E; }
a { background-color: rgb(238,16,94); }
div.DivClassName
{
background-color: #EE105E;
}
.BgClassName
{
background-color: #EE105E;
}
</style>
border-color css
<style>
span { border-color: #EE105E; }
span { border-color: rgb(238,16,94); }
td.TdClassName
{
border-color: #EE105E;
}
.TagClassName
{
border-color: #EE105E;
}
</style>