Shades of Violet #EE71EC
Tints of Violet #EE71EC
RGB
CMYK
RGB Variations
Color information
#EE71EC (or 0xEE71EC) is known color: Violet. HEX triplet: EE, 71 and EC. RGB value is (238,113,236). Sum of RGB (Red+Green+Blue) = 238+113+236=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71EC is #118E13. Grayscale: #A4A4A4. Windows color (decimal): -1150484 or 15495662. OLE color: 15495662.
HSL color Cylindrical-coordinate representation of color #EE71EC: hue angle of 300.96º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71EC is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 236 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.07 |
| HSL | 300.96º | 0.79% | 0.69% | - |
| HSV(B) | 300.96º | 0.53% | 0.93% | - |
| XYZ | 56.31 | 36.04 | 83.35 | - |
| YUV | 164.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 236 | 0 | 0.53 | 0.01 | 0.07 | 300.96 | 0.79 | 0.69 |
| Hex | EE | 71 | EC | 0 | 35 | 1 | 7 | 12D | 4F | 45 |
| Octal | 356 | 161 | 354 | 0 | 65 | 1 | 7 | 455 | 117 | 105 |
| Binary | 11101110 | 1110001 | 11101100 | 0 | 110101 | 1 | 111 | 100101101 | 1001111 | 1000101 |
Color Harmonies of #EE71EC
Complementary color
Monochromatic Colors of #EE71EC
Black with #EE71EC
Text Example
Text Example
White with #EE71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71EC; }
p { color: rgb(238,113,236); }
H1.HeaderClassName
{
color: #EE71EC;
}
.AnyTagClassName
{
color: #EE71EC;
}
</style>
background-color css
<style>
a { background-color: #EE71EC; }
a { background-color: rgb(238,113,236); }
div.DivClassName
{
background-color: #EE71EC;
}
.BgClassName
{
background-color: #EE71EC;
}
</style>
border-color css
<style>
span { border-color: #EE71EC; }
span { border-color: rgb(238,113,236); }
td.TdClassName
{
border-color: #EE71EC;
}
.TagClassName
{
border-color: #EE71EC;
}
</style>