Shades of Violet #EE93FF
Tints of Violet #EE93FF
RGB
CMYK
RGB Variations
Color information
#EE93FF (or 0xEE93FF) is known color: Violet. HEX triplet: EE, 93 and FF. RGB value is (238,147,255). Sum of RGB (Red+Green+Blue) = 238+147+255=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93FF is #116C00. Grayscale: #BABABA. Windows color (decimal): -1141761 or 16749550. OLE color: 16749550.
HSL color Cylindrical-coordinate representation of color #EE93FF: hue angle of 290.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE93FF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 147 | 255 | - |
| CMYK | 0.07 | 0.42 | 0 | 0 |
| HSL | 290.56º | 1% | 0.79% | - |
| HSV(B) | 290.56º | 0.42% | 1% | - |
| XYZ | 63.74 | 46.26 | 100.18 | - |
| YUV | 186.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 255 | 0.07 | 0.42 | 0 | 0 | 290.56 | 1 | 0.79 |
| Hex | EE | 93 | FF | 7 | 2A | 0 | 0 | 123 | 64 | 4F |
| Octal | 356 | 223 | 377 | 7 | 52 | 0 | 0 | 443 | 144 | 117 |
| Binary | 11101110 | 10010011 | 11111111 | 111 | 101010 | 0 | 0 | 100100011 | 1100100 | 1001111 |
Color Harmonies of #EE93FF
Complementary color
Monochromatic Colors of #EE93FF
Black with #EE93FF
Text Example
Text Example
White with #EE93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93FF; }
p { color: rgb(238,147,255); }
H1.HeaderClassName
{
color: #EE93FF;
}
.AnyTagClassName
{
color: #EE93FF;
}
</style>
background-color css
<style>
a { background-color: #EE93FF; }
a { background-color: rgb(238,147,255); }
div.DivClassName
{
background-color: #EE93FF;
}
.BgClassName
{
background-color: #EE93FF;
}
</style>
border-color css
<style>
span { border-color: #EE93FF; }
span { border-color: rgb(238,147,255); }
td.TdClassName
{
border-color: #EE93FF;
}
.TagClassName
{
border-color: #EE93FF;
}
</style>