Shades of Razzmatazz #EE0472
Tints of Razzmatazz #EE0472
RGB
CMYK
RGB Variations
Color information
#EE0472 (or 0xEE0472) is known color: Razzmatazz. HEX triplet: EE, 04 and 72. RGB value is (238,4,114). Sum of RGB (Red+Green+Blue) = 238+4+114=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0472 is #11FB8D. Grayscale: #565656. Windows color (decimal): -1178510 or 7472366. OLE color: 7472366.
HSL color Cylindrical-coordinate representation of color #EE0472: hue angle of 331.79º 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 #EE0472 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.07 |
| HSL | 331.79º | 0.97% | 0.47% | - |
| HSV(B) | 331.79º | 0.98% | 0.93% | - |
| XYZ | 38.34 | 19.48 | 17.66 | - |
| YUV | 86.51 | 143.52 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 114 | 0 | 0.98 | 0.52 | 0.07 | 331.79 | 0.97 | 0.47 |
| Hex | EE | 4 | 72 | 0 | 62 | 34 | 7 | 14C | 61 | 2F |
| Octal | 356 | 4 | 162 | 0 | 142 | 64 | 7 | 514 | 141 | 57 |
| Binary | 11101110 | 100 | 1110010 | 0 | 1100010 | 110100 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EE0472
Complementary color
Monochromatic Colors of #EE0472
Black with #EE0472
Text Example
Text Example
White with #EE0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0472; }
p { color: rgb(238,4,114); }
H1.HeaderClassName
{
color: #EE0472;
}
.AnyTagClassName
{
color: #EE0472;
}
</style>
background-color css
<style>
a { background-color: #EE0472; }
a { background-color: rgb(238,4,114); }
div.DivClassName
{
background-color: #EE0472;
}
.BgClassName
{
background-color: #EE0472;
}
</style>
border-color css
<style>
span { border-color: #EE0472; }
span { border-color: rgb(238,4,114); }
td.TdClassName
{
border-color: #EE0472;
}
.TagClassName
{
border-color: #EE0472;
}
</style>