Shades of Violet #EE93FA
Tints of Violet #EE93FA
RGB
CMYK
RGB Variations
Color information
#EE93FA (or 0xEE93FA) is known color: Violet. HEX triplet: EE, 93 and FA. RGB value is (238,147,250). Sum of RGB (Red+Green+Blue) = 238+147+250=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 147 (57.81% from 255 or 23.15% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE93FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE93FA is #116C05. Grayscale: #B9B9B9. Windows color (decimal): -1141766 or 16421870. OLE color: 16421870.
HSL color Cylindrical-coordinate representation of color #EE93FA: hue angle of 293.01º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE93FA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 147 | 250 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.02 |
| HSL | 293.01º | 0.91% | 0.78% | - |
| HSV(B) | 293.01º | 0.41% | 0.98% | - |
| XYZ | 62.95 | 45.95 | 95.99 | - |
| YUV | 185.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 250 | 0.05 | 0.41 | 0 | 0.02 | 293.01 | 0.91 | 0.78 |
| Hex | EE | 93 | FA | 5 | 29 | 0 | 2 | 125 | 5B | 4E |
| Octal | 356 | 223 | 372 | 5 | 51 | 0 | 2 | 445 | 133 | 116 |
| Binary | 11101110 | 10010011 | 11111010 | 101 | 101001 | 0 | 10 | 100100101 | 1011011 | 1001110 |
Color Harmonies of #EE93FA
Complementary color
Monochromatic Colors of #EE93FA
Black with #EE93FA
Text Example
Text Example
White with #EE93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93FA; }
p { color: rgb(238,147,250); }
H1.HeaderClassName
{
color: #EE93FA;
}
.AnyTagClassName
{
color: #EE93FA;
}
</style>
background-color css
<style>
a { background-color: #EE93FA; }
a { background-color: rgb(238,147,250); }
div.DivClassName
{
background-color: #EE93FA;
}
.BgClassName
{
background-color: #EE93FA;
}
</style>
border-color css
<style>
span { border-color: #EE93FA; }
span { border-color: rgb(238,147,250); }
td.TdClassName
{
border-color: #EE93FA;
}
.TagClassName
{
border-color: #EE93FA;
}
</style>