Shades of Razzmatazz #EE0555
Tints of Razzmatazz #EE0555
RGB
CMYK
RGB Variations
Color information
#EE0555 (or 0xEE0555) is known color: Razzmatazz. HEX triplet: EE, 05 and 55. RGB value is (238,5,85). Sum of RGB (Red+Green+Blue) = 238+5+85=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0555 is #11FAAA. Grayscale: #535353. Windows color (decimal): -1178283 or 5572078. OLE color: 5572078.
HSL color Cylindrical-coordinate representation of color #EE0555: hue angle of 339.4º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0555 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.07 |
| HSL | 339.4º | 0.96% | 0.48% | - |
| HSV(B) | 339.4º | 0.98% | 0.93% | - |
| XYZ | 36.95 | 18.94 | 10.3 | - |
| YUV | 83.79 | 128.69 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 85 | 0 | 0.98 | 0.64 | 0.07 | 339.4 | 0.96 | 0.48 |
| Hex | EE | 5 | 55 | 0 | 62 | 40 | 7 | 153 | 60 | 30 |
| Octal | 356 | 5 | 125 | 0 | 142 | 100 | 7 | 523 | 140 | 60 |
| Binary | 11101110 | 101 | 1010101 | 0 | 1100010 | 1000000 | 111 | 101010011 | 1100000 | 110000 |
Color Harmonies of #EE0555
Complementary color
Monochromatic Colors of #EE0555
Black with #EE0555
Text Example
Text Example
White with #EE0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0555; }
p { color: rgb(238,5,85); }
H1.HeaderClassName
{
color: #EE0555;
}
.AnyTagClassName
{
color: #EE0555;
}
</style>
background-color css
<style>
a { background-color: #EE0555; }
a { background-color: rgb(238,5,85); }
div.DivClassName
{
background-color: #EE0555;
}
.BgClassName
{
background-color: #EE0555;
}
</style>
border-color css
<style>
span { border-color: #EE0555; }
span { border-color: rgb(238,5,85); }
td.TdClassName
{
border-color: #EE0555;
}
.TagClassName
{
border-color: #EE0555;
}
</style>