Shades of Razzmatazz #EE105D
Tints of Razzmatazz #EE105D
RGB
CMYK
RGB Variations
Color information
#EE105D (or 0xEE105D) is known color: Razzmatazz. HEX triplet: EE, 10 and 5D. RGB value is (238,16,93). Sum of RGB (Red+Green+Blue) = 238+16+93=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE105D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE105D is #11EFA2. Grayscale: #5B5B5B. Windows color (decimal): -1175459 or 6099182. OLE color: 6099182.
HSL color Cylindrical-coordinate representation of color #EE105D: hue angle of 339.19º 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 #EE105D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 339.19º | 0.87% | 0.5% | - |
| HSV(B) | 339.19º | 0.93% | 0.93% | - |
| XYZ | 37.42 | 19.34 | 12.12 | - |
| YUV | 91.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 93 | 0 | 0.93 | 0.61 | 0.07 | 339.19 | 0.87 | 0.5 |
| Hex | EE | 10 | 5D | 0 | 5D | 3D | 7 | 153 | 57 | 32 |
| Octal | 356 | 20 | 135 | 0 | 135 | 75 | 7 | 523 | 127 | 62 |
| Binary | 11101110 | 10000 | 1011101 | 0 | 1011101 | 111101 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EE105D
Complementary color
Monochromatic Colors of #EE105D
Black with #EE105D
Text Example
Text Example
White with #EE105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE105D; }
p { color: rgb(238,16,93); }
H1.HeaderClassName
{
color: #EE105D;
}
.AnyTagClassName
{
color: #EE105D;
}
</style>
background-color css
<style>
a { background-color: #EE105D; }
a { background-color: rgb(238,16,93); }
div.DivClassName
{
background-color: #EE105D;
}
.BgClassName
{
background-color: #EE105D;
}
</style>
border-color css
<style>
span { border-color: #EE105D; }
span { border-color: rgb(238,16,93); }
td.TdClassName
{
border-color: #EE105D;
}
.TagClassName
{
border-color: #EE105D;
}
</style>