Shades of Razzmatazz #EE0856
Tints of Razzmatazz #EE0856
RGB
CMYK
RGB Variations
Color information
#EE0856 (or 0xEE0856) is known color: Razzmatazz. HEX triplet: EE, 08 and 56. RGB value is (238,8,86). Sum of RGB (Red+Green+Blue) = 238+8+86=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0856 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0856 is #11F7A9. Grayscale: #555555. Windows color (decimal): -1177514 or 5638382. OLE color: 5638382.
HSL color Cylindrical-coordinate representation of color #EE0856: hue angle of 339.65º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0856 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 86 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.07 |
| HSL | 339.65º | 0.93% | 0.48% | - |
| HSV(B) | 339.65º | 0.97% | 0.93% | - |
| XYZ | 37.03 | 19.02 | 10.52 | - |
| YUV | 85.66 | 128.2 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 86 | 0 | 0.97 | 0.64 | 0.07 | 339.65 | 0.93 | 0.48 |
| Hex | EE | 8 | 56 | 0 | 61 | 40 | 7 | 154 | 5D | 30 |
| Octal | 356 | 10 | 126 | 0 | 141 | 100 | 7 | 524 | 135 | 60 |
| Binary | 11101110 | 1000 | 1010110 | 0 | 1100001 | 1000000 | 111 | 101010100 | 1011101 | 110000 |
Color Harmonies of #EE0856
Complementary color
Monochromatic Colors of #EE0856
Black with #EE0856
Text Example
Text Example
White with #EE0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0856; }
p { color: rgb(238,8,86); }
H1.HeaderClassName
{
color: #EE0856;
}
.AnyTagClassName
{
color: #EE0856;
}
</style>
background-color css
<style>
a { background-color: #EE0856; }
a { background-color: rgb(238,8,86); }
div.DivClassName
{
background-color: #EE0856;
}
.BgClassName
{
background-color: #EE0856;
}
</style>
border-color css
<style>
span { border-color: #EE0856; }
span { border-color: rgb(238,8,86); }
td.TdClassName
{
border-color: #EE0856;
}
.TagClassName
{
border-color: #EE0856;
}
</style>