Shades of Razzmatazz #EE0052
Tints of Razzmatazz #EE0052
RGB
CMYK
RGB Variations
Color information
#EE0052 (or 0xEE0052) is known color: Razzmatazz. HEX triplet: EE, 00 and 52. RGB value is (238,0,82). Sum of RGB (Red+Green+Blue) = 238+0+82=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0052 is #11FFAD. Grayscale: #505050. Windows color (decimal): -1179566 or 5374190. OLE color: 5374190.
HSL color Cylindrical-coordinate representation of color #EE0052: hue angle of 339.33º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0052 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 82 | - |
| CMYK | 0 | 1 | 0.66 | 0.07 |
| HSL | 339.33º | 1% | 0.47% | - |
| HSV(B) | 339.33º | 1% | 0.93% | - |
| XYZ | 36.78 | 18.79 | 9.67 | - |
| YUV | 80.51 | 128.85 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 82 | 0 | 1 | 0.66 | 0.07 | 339.33 | 1 | 0.47 |
| Hex | EE | 0 | 52 | 0 | 64 | 42 | 7 | 153 | 64 | 2F |
| Octal | 356 | 0 | 122 | 0 | 144 | 102 | 7 | 523 | 144 | 57 |
| Binary | 11101110 | 0 | 1010010 | 0 | 1100100 | 1000010 | 111 | 101010011 | 1100100 | 101111 |
Color Harmonies of #EE0052
Complementary color
Monochromatic Colors of #EE0052
Black with #EE0052
Text Example
Text Example
White with #EE0052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0052; }
p { color: rgb(238,0,82); }
H1.HeaderClassName
{
color: #EE0052;
}
.AnyTagClassName
{
color: #EE0052;
}
</style>
background-color css
<style>
a { background-color: #EE0052; }
a { background-color: rgb(238,0,82); }
div.DivClassName
{
background-color: #EE0052;
}
.BgClassName
{
background-color: #EE0052;
}
</style>
border-color css
<style>
span { border-color: #EE0052; }
span { border-color: rgb(238,0,82); }
td.TdClassName
{
border-color: #EE0052;
}
.TagClassName
{
border-color: #EE0052;
}
</style>