Shades of Razzmatazz #EE105C
Tints of Razzmatazz #EE105C
RGB
CMYK
RGB Variations
Color information
#EE105C (or 0xEE105C) is known color: Razzmatazz. HEX triplet: EE, 10 and 5C. RGB value is (238,16,92). Sum of RGB (Red+Green+Blue) = 238+16+92=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE105C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE105C is #11EFA3. Grayscale: #5A5A5A. Windows color (decimal): -1175460 or 6033646. OLE color: 6033646.
HSL color Cylindrical-coordinate representation of color #EE105C: hue angle of 339.46º 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 #EE105C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.07 |
| HSL | 339.46º | 0.87% | 0.5% | - |
| HSV(B) | 339.46º | 0.93% | 0.93% | - |
| XYZ | 37.38 | 19.32 | 11.88 | - |
| YUV | 91.04 | 128.55 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 92 | 0 | 0.93 | 0.61 | 0.07 | 339.46 | 0.87 | 0.5 |
| Hex | EE | 10 | 5C | 0 | 5D | 3D | 7 | 153 | 57 | 32 |
| Octal | 356 | 20 | 134 | 0 | 135 | 75 | 7 | 523 | 127 | 62 |
| Binary | 11101110 | 10000 | 1011100 | 0 | 1011101 | 111101 | 111 | 101010011 | 1010111 | 110010 |
Color Harmonies of #EE105C
Complementary color
Monochromatic Colors of #EE105C
Black with #EE105C
Text Example
Text Example
White with #EE105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE105C; }
p { color: rgb(238,16,92); }
H1.HeaderClassName
{
color: #EE105C;
}
.AnyTagClassName
{
color: #EE105C;
}
</style>
background-color css
<style>
a { background-color: #EE105C; }
a { background-color: rgb(238,16,92); }
div.DivClassName
{
background-color: #EE105C;
}
.BgClassName
{
background-color: #EE105C;
}
</style>
border-color css
<style>
span { border-color: #EE105C; }
span { border-color: rgb(238,16,92); }
td.TdClassName
{
border-color: #EE105C;
}
.TagClassName
{
border-color: #EE105C;
}
</style>