Shades of Razzmatazz #EE0155
Tints of Razzmatazz #EE0155
RGB
CMYK
RGB Variations
Color information
#EE0155 (or 0xEE0155) is known color: Razzmatazz. HEX triplet: EE, 01 and 55. RGB value is (238,1,85). Sum of RGB (Red+Green+Blue) = 238+1+85=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0155 is #11FEAA. Grayscale: #515151. Windows color (decimal): -1179307 or 5571054. OLE color: 5571054.
HSL color Cylindrical-coordinate representation of color #EE0155: hue angle of 338.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0155 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.07 |
| HSL | 338.73º | 0.99% | 0.47% | - |
| HSV(B) | 338.73º | 1% | 0.93% | - |
| XYZ | 36.91 | 18.85 | 10.29 | - |
| YUV | 81.44 | 130.02 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 85 | 0 | 1.00 | 0.64 | 0.07 | 338.73 | 0.99 | 0.47 |
| Hex | EE | 1 | 55 | 0 | 64 | 40 | 7 | 153 | 63 | 2F |
| Octal | 356 | 1 | 125 | 0 | 144 | 100 | 7 | 523 | 143 | 57 |
| Binary | 11101110 | 1 | 1010101 | 0 | 1100100 | 1000000 | 111 | 101010011 | 1100011 | 101111 |
Color Harmonies of #EE0155
Complementary color
Monochromatic Colors of #EE0155
Black with #EE0155
Text Example
Text Example
White with #EE0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0155; }
p { color: rgb(238,1,85); }
H1.HeaderClassName
{
color: #EE0155;
}
.AnyTagClassName
{
color: #EE0155;
}
</style>
background-color css
<style>
a { background-color: #EE0155; }
a { background-color: rgb(238,1,85); }
div.DivClassName
{
background-color: #EE0155;
}
.BgClassName
{
background-color: #EE0155;
}
</style>
border-color css
<style>
span { border-color: #EE0155; }
span { border-color: rgb(238,1,85); }
td.TdClassName
{
border-color: #EE0155;
}
.TagClassName
{
border-color: #EE0155;
}
</style>