Shades of Violet #EE8EFA
Tints of Violet #EE8EFA
RGB
CMYK
RGB Variations
Color information
#EE8EFA (or 0xEE8EFA) is known color: Violet. HEX triplet: EE, 8E and FA. RGB value is (238,142,250). Sum of RGB (Red+Green+Blue) = 238+142+250=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 142 (55.86% from 255 or 22.54% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EFA is #117105. Grayscale: #B6B6B6. Windows color (decimal): -1143046 or 16420590. OLE color: 16420590.
HSL color Cylindrical-coordinate representation of color #EE8EFA: hue angle of 293.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE8EFA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 142 | 250 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.02 |
| HSL | 293.33º | 0.92% | 0.77% | - |
| HSV(B) | 293.33º | 0.43% | 0.98% | - |
| XYZ | 62.19 | 44.43 | 95.74 | - |
| YUV | 183.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 142 | 250 | 0.05 | 0.43 | 0 | 0.02 | 293.33 | 0.92 | 0.77 |
| Hex | EE | 8E | FA | 5 | 2B | 0 | 2 | 125 | 5C | 4D |
| Octal | 356 | 216 | 372 | 5 | 53 | 0 | 2 | 445 | 134 | 115 |
| Binary | 11101110 | 10001110 | 11111010 | 101 | 101011 | 0 | 10 | 100100101 | 1011100 | 1001101 |
Color Harmonies of #EE8EFA
Complementary color
Monochromatic Colors of #EE8EFA
Black with #EE8EFA
Text Example
Text Example
White with #EE8EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8EFA; }
p { color: rgb(238,142,250); }
H1.HeaderClassName
{
color: #EE8EFA;
}
.AnyTagClassName
{
color: #EE8EFA;
}
</style>
background-color css
<style>
a { background-color: #EE8EFA; }
a { background-color: rgb(238,142,250); }
div.DivClassName
{
background-color: #EE8EFA;
}
.BgClassName
{
background-color: #EE8EFA;
}
</style>
border-color css
<style>
span { border-color: #EE8EFA; }
span { border-color: rgb(238,142,250); }
td.TdClassName
{
border-color: #EE8EFA;
}
.TagClassName
{
border-color: #EE8EFA;
}
</style>