Shades of Razzmatazz #EE0157
Tints of Razzmatazz #EE0157
RGB
CMYK
RGB Variations
Color information
#EE0157 (or 0xEE0157) is known color: Razzmatazz. HEX triplet: EE, 01 and 57. RGB value is (238,1,87). Sum of RGB (Red+Green+Blue) = 238+1+87=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0157 is #11FEA8. Grayscale: #515151. Windows color (decimal): -1179305 or 5702126. OLE color: 5702126.
HSL color Cylindrical-coordinate representation of color #EE0157: hue angle of 338.23º 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 #EE0157 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 87 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.07 |
| HSL | 338.23º | 0.99% | 0.47% | - |
| HSV(B) | 338.23º | 1% | 0.93% | - |
| XYZ | 36.99 | 18.89 | 10.71 | - |
| YUV | 81.67 | 131.02 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 87 | 0 | 1.00 | 0.63 | 0.07 | 338.23 | 0.99 | 0.47 |
| Hex | EE | 1 | 57 | 0 | 64 | 3F | 7 | 152 | 63 | 2F |
| Octal | 356 | 1 | 127 | 0 | 144 | 77 | 7 | 522 | 143 | 57 |
| Binary | 11101110 | 1 | 1010111 | 0 | 1100100 | 111111 | 111 | 101010010 | 1100011 | 101111 |
Color Harmonies of #EE0157
Complementary color
Monochromatic Colors of #EE0157
Black with #EE0157
Text Example
Text Example
White with #EE0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0157; }
p { color: rgb(238,1,87); }
H1.HeaderClassName
{
color: #EE0157;
}
.AnyTagClassName
{
color: #EE0157;
}
</style>
background-color css
<style>
a { background-color: #EE0157; }
a { background-color: rgb(238,1,87); }
div.DivClassName
{
background-color: #EE0157;
}
.BgClassName
{
background-color: #EE0157;
}
</style>
border-color css
<style>
span { border-color: #EE0157; }
span { border-color: rgb(238,1,87); }
td.TdClassName
{
border-color: #EE0157;
}
.TagClassName
{
border-color: #EE0157;
}
</style>