Shades of Razzmatazz #EE0470
Tints of Razzmatazz #EE0470
RGB
CMYK
RGB Variations
Color information
#EE0470 (or 0xEE0470) is known color: Razzmatazz. HEX triplet: EE, 04 and 70. RGB value is (238,4,112). Sum of RGB (Red+Green+Blue) = 238+4+112=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0470 is #11FB8F. Grayscale: #565656. Windows color (decimal): -1178512 or 7341294. OLE color: 7341294.
HSL color Cylindrical-coordinate representation of color #EE0470: hue angle of 332.31º 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 #EE0470 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.07 |
| HSL | 332.31º | 0.97% | 0.47% | - |
| HSV(B) | 332.31º | 0.98% | 0.93% | - |
| XYZ | 38.23 | 19.43 | 17.07 | - |
| YUV | 86.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 112 | 0 | 0.98 | 0.53 | 0.07 | 332.31 | 0.97 | 0.47 |
| Hex | EE | 4 | 70 | 0 | 62 | 35 | 7 | 14C | 61 | 2F |
| Octal | 356 | 4 | 160 | 0 | 142 | 65 | 7 | 514 | 141 | 57 |
| Binary | 11101110 | 100 | 1110000 | 0 | 1100010 | 110101 | 111 | 101001100 | 1100001 | 101111 |
Color Harmonies of #EE0470
Complementary color
Monochromatic Colors of #EE0470
Black with #EE0470
Text Example
Text Example
White with #EE0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0470; }
p { color: rgb(238,4,112); }
H1.HeaderClassName
{
color: #EE0470;
}
.AnyTagClassName
{
color: #EE0470;
}
</style>
background-color css
<style>
a { background-color: #EE0470; }
a { background-color: rgb(238,4,112); }
div.DivClassName
{
background-color: #EE0470;
}
.BgClassName
{
background-color: #EE0470;
}
</style>
border-color css
<style>
span { border-color: #EE0470; }
span { border-color: rgb(238,4,112); }
td.TdClassName
{
border-color: #EE0470;
}
.TagClassName
{
border-color: #EE0470;
}
</style>