Shades of Razzmatazz #EE0A70
Tints of Razzmatazz #EE0A70
RGB
CMYK
RGB Variations
Color information
#EE0A70 (or 0xEE0A70) is known color: Razzmatazz. HEX triplet: EE, 0A and 70. RGB value is (238,10,112). Sum of RGB (Red+Green+Blue) = 238+10+112=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A70 is #11F58F. Grayscale: #595959. Windows color (decimal): -1176976 or 7342830. OLE color: 7342830.
HSL color Cylindrical-coordinate representation of color #EE0A70: hue angle of 333.16º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A70 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 112 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.07 |
| HSL | 333.16º | 0.92% | 0.49% | - |
| HSV(B) | 333.16º | 0.96% | 0.93% | - |
| XYZ | 38.29 | 19.56 | 17.09 | - |
| YUV | 89.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 112 | 0 | 0.96 | 0.53 | 0.07 | 333.16 | 0.92 | 0.49 |
| Hex | EE | A | 70 | 0 | 60 | 35 | 7 | 14D | 5C | 31 |
| Octal | 356 | 12 | 160 | 0 | 140 | 65 | 7 | 515 | 134 | 61 |
| Binary | 11101110 | 1010 | 1110000 | 0 | 1100000 | 110101 | 111 | 101001101 | 1011100 | 110001 |
Color Harmonies of #EE0A70
Complementary color
Monochromatic Colors of #EE0A70
Black with #EE0A70
Text Example
Text Example
White with #EE0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A70; }
p { color: rgb(238,10,112); }
H1.HeaderClassName
{
color: #EE0A70;
}
.AnyTagClassName
{
color: #EE0A70;
}
</style>
background-color css
<style>
a { background-color: #EE0A70; }
a { background-color: rgb(238,10,112); }
div.DivClassName
{
background-color: #EE0A70;
}
.BgClassName
{
background-color: #EE0A70;
}
</style>
border-color css
<style>
span { border-color: #EE0A70; }
span { border-color: rgb(238,10,112); }
td.TdClassName
{
border-color: #EE0A70;
}
.TagClassName
{
border-color: #EE0A70;
}
</style>