Shades of Razzmatazz #EE0473
Tints of Razzmatazz #EE0473
RGB
CMYK
RGB Variations
Color information
#EE0473 (or 0xEE0473) is known color: Razzmatazz. HEX triplet: EE, 04 and 73. RGB value is (238,4,115). Sum of RGB (Red+Green+Blue) = 238+4+115=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0473 is #11FB8C. Grayscale: #565656. Windows color (decimal): -1178509 or 7537902. OLE color: 7537902.
HSL color Cylindrical-coordinate representation of color #EE0473: hue angle of 331.54º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE0473 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.54º | 0.97% | 0.47% | - |
| HSV(B) | 331.54º | 0.98% | 0.93% | - |
| XYZ | 38.4 | 19.5 | 17.96 | - |
| YUV | 86.62 | 144.02 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 115 | 0 | 0.98 | 0.52 | 0.07 | 331.54 | 0.97 | 0.47 |
| Hex | EE | 4 | 73 | 0 | 62 | 34 | 7 | 14C | 61 | 2F |
| Octal | 356 | 4 | 163 | 0 | 142 | 64 | 7 | 514 | 141 | 57 |
| Binary | 11101110 | 100 | 1110011 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EE0473
Complementary color
Monochromatic Colors of #EE0473
Black with #EE0473
Text Example
Text Example
White with #EE0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0473; }
p { color: rgb(238,4,115); }
H1.HeaderClassName
{
color: #EE0473;
}
.AnyTagClassName
{
color: #EE0473;
}
</style>
background-color css
<style>
a { background-color: #EE0473; }
a { background-color: rgb(238,4,115); }
div.DivClassName
{
background-color: #EE0473;
}
.BgClassName
{
background-color: #EE0473;
}
</style>
border-color css
<style>
span { border-color: #EE0473; }
span { border-color: rgb(238,4,115); }
td.TdClassName
{
border-color: #EE0473;
}
.TagClassName
{
border-color: #EE0473;
}
</style>