Shades of Razzmatazz #EE055B
Tints of Razzmatazz #EE055B
RGB
CMYK
RGB Variations
Color information
#EE055B (or 0xEE055B) is known color: Razzmatazz. HEX triplet: EE, 05 and 5B. RGB value is (238,5,91). Sum of RGB (Red+Green+Blue) = 238+5+91=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE055B is #11FAA4. Grayscale: #545454. Windows color (decimal): -1178277 or 5965294. OLE color: 5965294.
HSL color Cylindrical-coordinate representation of color #EE055B: hue angle of 337.85º 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 #EE055B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.07 |
| HSL | 337.85º | 0.96% | 0.48% | - |
| HSV(B) | 337.85º | 0.98% | 0.93% | - |
| XYZ | 37.2 | 19.04 | 11.61 | - |
| YUV | 84.47 | 131.69 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 91 | 0 | 0.98 | 0.62 | 0.07 | 337.85 | 0.96 | 0.48 |
| Hex | EE | 5 | 5B | 0 | 62 | 3E | 7 | 152 | 60 | 30 |
| Octal | 356 | 5 | 133 | 0 | 142 | 76 | 7 | 522 | 140 | 60 |
| Binary | 11101110 | 101 | 1011011 | 0 | 1100010 | 111110 | 111 | 101010010 | 1100000 | 110000 |
Color Harmonies of #EE055B
Complementary color
Monochromatic Colors of #EE055B
Black with #EE055B
Text Example
Text Example
White with #EE055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE055B; }
p { color: rgb(238,5,91); }
H1.HeaderClassName
{
color: #EE055B;
}
.AnyTagClassName
{
color: #EE055B;
}
</style>
background-color css
<style>
a { background-color: #EE055B; }
a { background-color: rgb(238,5,91); }
div.DivClassName
{
background-color: #EE055B;
}
.BgClassName
{
background-color: #EE055B;
}
</style>
border-color css
<style>
span { border-color: #EE055B; }
span { border-color: rgb(238,5,91); }
td.TdClassName
{
border-color: #EE055B;
}
.TagClassName
{
border-color: #EE055B;
}
</style>