Shades of Razzmatazz #EE0262
Tints of Razzmatazz #EE0262
RGB
CMYK
RGB Variations
Color information
#EE0262 (or 0xEE0262) is known color: Razzmatazz. HEX triplet: EE, 02 and 62. RGB value is (238,2,98). Sum of RGB (Red+Green+Blue) = 238+2+98=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0262 is #11FD9D. Grayscale: #535353. Windows color (decimal): -1179038 or 6423278. OLE color: 6423278.
HSL color Cylindrical-coordinate representation of color #EE0262: hue angle of 335.59º 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 #EE0262 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.07 |
| HSL | 335.59º | 0.98% | 0.47% | - |
| HSV(B) | 335.59º | 0.99% | 0.93% | - |
| XYZ | 37.49 | 19.1 | 13.27 | - |
| YUV | 83.51 | 136.19 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 98 | 0 | 0.99 | 0.59 | 0.07 | 335.59 | 0.98 | 0.47 |
| Hex | EE | 2 | 62 | 0 | 63 | 3B | 7 | 150 | 62 | 2F |
| Octal | 356 | 2 | 142 | 0 | 143 | 73 | 7 | 520 | 142 | 57 |
| Binary | 11101110 | 10 | 1100010 | 0 | 1100011 | 111011 | 111 | 101010000 | 1100010 | 101111 |
Color Harmonies of #EE0262
Complementary color
Monochromatic Colors of #EE0262
Black with #EE0262
Text Example
Text Example
White with #EE0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0262; }
p { color: rgb(238,2,98); }
H1.HeaderClassName
{
color: #EE0262;
}
.AnyTagClassName
{
color: #EE0262;
}
</style>
background-color css
<style>
a { background-color: #EE0262; }
a { background-color: rgb(238,2,98); }
div.DivClassName
{
background-color: #EE0262;
}
.BgClassName
{
background-color: #EE0262;
}
</style>
border-color css
<style>
span { border-color: #EE0262; }
span { border-color: rgb(238,2,98); }
td.TdClassName
{
border-color: #EE0262;
}
.TagClassName
{
border-color: #EE0262;
}
</style>