Shades of Violet #EE93EC
Tints of Violet #EE93EC
RGB
CMYK
RGB Variations
Color information
#EE93EC (or 0xEE93EC) is known color: Violet. HEX triplet: EE, 93 and EC. RGB value is (238,147,236). Sum of RGB (Red+Green+Blue) = 238+147+236=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93EC is #116C13. Grayscale: #B8B8B8. Windows color (decimal): -1141780 or 15504366. OLE color: 15504366.
HSL color Cylindrical-coordinate representation of color #EE93EC: hue angle of 301.32º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93EC is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 236 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.07 |
| HSL | 301.32º | 0.73% | 0.75% | - |
| HSV(B) | 301.32º | 0.38% | 0.93% | - |
| XYZ | 60.83 | 45.1 | 84.86 | - |
| YUV | 184.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 236 | 0 | 0.38 | 0.01 | 0.07 | 301.32 | 0.73 | 0.75 |
| Hex | EE | 93 | EC | 0 | 26 | 1 | 7 | 12D | 49 | 4B |
| Octal | 356 | 223 | 354 | 0 | 46 | 1 | 7 | 455 | 111 | 113 |
| Binary | 11101110 | 10010011 | 11101100 | 0 | 100110 | 1 | 111 | 100101101 | 1001001 | 1001011 |
Color Harmonies of #EE93EC
Complementary color
Monochromatic Colors of #EE93EC
Black with #EE93EC
Text Example
Text Example
White with #EE93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93EC; }
p { color: rgb(238,147,236); }
H1.HeaderClassName
{
color: #EE93EC;
}
.AnyTagClassName
{
color: #EE93EC;
}
</style>
background-color css
<style>
a { background-color: #EE93EC; }
a { background-color: rgb(238,147,236); }
div.DivClassName
{
background-color: #EE93EC;
}
.BgClassName
{
background-color: #EE93EC;
}
</style>
border-color css
<style>
span { border-color: #EE93EC; }
span { border-color: rgb(238,147,236); }
td.TdClassName
{
border-color: #EE93EC;
}
.TagClassName
{
border-color: #EE93EC;
}
</style>