Shades of Razzmatazz #EE0A6D
Tints of Razzmatazz #EE0A6D
RGB
CMYK
RGB Variations
Color information
#EE0A6D (or 0xEE0A6D) is known color: Razzmatazz. HEX triplet: EE, 0A and 6D. RGB value is (238,10,109). Sum of RGB (Red+Green+Blue) = 238+10+109=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A6D is #11F592. Grayscale: #595959. Windows color (decimal): -1176979 or 7146222. OLE color: 7146222.
HSL color Cylindrical-coordinate representation of color #EE0A6D: hue angle of 333.95º 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 #EE0A6D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 10 | 109 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.07 |
| HSL | 333.95º | 0.92% | 0.49% | - |
| HSV(B) | 333.95º | 0.96% | 0.93% | - |
| XYZ | 38.13 | 19.5 | 16.22 | - |
| YUV | 89.46 | 139.04 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 109 | 0 | 0.96 | 0.54 | 0.07 | 333.95 | 0.92 | 0.49 |
| Hex | EE | A | 6D | 0 | 60 | 36 | 7 | 14E | 5C | 31 |
| Octal | 356 | 12 | 155 | 0 | 140 | 66 | 7 | 516 | 134 | 61 |
| Binary | 11101110 | 1010 | 1101101 | 0 | 1100000 | 110110 | 111 | 101001110 | 1011100 | 110001 |
Color Harmonies of #EE0A6D
Complementary color
Monochromatic Colors of #EE0A6D
Black with #EE0A6D
Text Example
Text Example
White with #EE0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0A6D; }
p { color: rgb(238,10,109); }
H1.HeaderClassName
{
color: #EE0A6D;
}
.AnyTagClassName
{
color: #EE0A6D;
}
</style>
background-color css
<style>
a { background-color: #EE0A6D; }
a { background-color: rgb(238,10,109); }
div.DivClassName
{
background-color: #EE0A6D;
}
.BgClassName
{
background-color: #EE0A6D;
}
</style>
border-color css
<style>
span { border-color: #EE0A6D; }
span { border-color: rgb(238,10,109); }
td.TdClassName
{
border-color: #EE0A6D;
}
.TagClassName
{
border-color: #EE0A6D;
}
</style>