Shades of Razzmatazz #EE0260
Tints of Razzmatazz #EE0260
RGB
CMYK
RGB Variations
Color information
#EE0260 (or 0xEE0260) is known color: Razzmatazz. HEX triplet: EE, 02 and 60. RGB value is (238,2,96). Sum of RGB (Red+Green+Blue) = 238+2+96=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0260 is #11FD9F. Grayscale: #535353. Windows color (decimal): -1179040 or 6292206. OLE color: 6292206.
HSL color Cylindrical-coordinate representation of color #EE0260: hue angle of 336.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0260 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.07 |
| HSL | 336.1º | 0.98% | 0.47% | - |
| HSV(B) | 336.1º | 0.99% | 0.93% | - |
| XYZ | 37.39 | 19.07 | 12.78 | - |
| YUV | 83.28 | 135.19 | 238.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 96 | 0 | 0.99 | 0.60 | 0.07 | 336.1 | 0.98 | 0.47 |
| Hex | EE | 2 | 60 | 0 | 63 | 3C | 7 | 150 | 62 | 2F |
| Octal | 356 | 2 | 140 | 0 | 143 | 74 | 7 | 520 | 142 | 57 |
| Binary | 11101110 | 10 | 1100000 | 0 | 1100011 | 111100 | 111 | 101010000 | 1100010 | 101111 |
Color Harmonies of #EE0260
Complementary color
Monochromatic Colors of #EE0260
Black with #EE0260
Text Example
Text Example
White with #EE0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0260; }
p { color: rgb(238,2,96); }
H1.HeaderClassName
{
color: #EE0260;
}
.AnyTagClassName
{
color: #EE0260;
}
</style>
background-color css
<style>
a { background-color: #EE0260; }
a { background-color: rgb(238,2,96); }
div.DivClassName
{
background-color: #EE0260;
}
.BgClassName
{
background-color: #EE0260;
}
</style>
border-color css
<style>
span { border-color: #EE0260; }
span { border-color: rgb(238,2,96); }
td.TdClassName
{
border-color: #EE0260;
}
.TagClassName
{
border-color: #EE0260;
}
</style>