Shades of Violet #EE91FA
Tints of Violet #EE91FA
RGB
CMYK
RGB Variations
Color information
#EE91FA (or 0xEE91FA) is known color: Violet. HEX triplet: EE, 91 and FA. RGB value is (238,145,250). Sum of RGB (Red+Green+Blue) = 238+145+250=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE91FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE91FA is #116E05. Grayscale: #B8B8B8. Windows color (decimal): -1142278 or 16421358. OLE color: 16421358.
HSL color Cylindrical-coordinate representation of color #EE91FA: hue angle of 293.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE91FA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 145 | 250 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.02 |
| HSL | 293.14º | 0.91% | 0.77% | - |
| HSV(B) | 293.14º | 0.42% | 0.98% | - |
| XYZ | 62.64 | 45.33 | 95.89 | - |
| YUV | 184.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 250 | 0.05 | 0.42 | 0 | 0.02 | 293.14 | 0.91 | 0.77 |
| Hex | EE | 91 | FA | 5 | 2A | 0 | 2 | 125 | 5B | 4D |
| Octal | 356 | 221 | 372 | 5 | 52 | 0 | 2 | 445 | 133 | 115 |
| Binary | 11101110 | 10010001 | 11111010 | 101 | 101010 | 0 | 10 | 100100101 | 1011011 | 1001101 |
Color Harmonies of #EE91FA
Complementary color
Monochromatic Colors of #EE91FA
Black with #EE91FA
Text Example
Text Example
White with #EE91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE91FA; }
p { color: rgb(238,145,250); }
H1.HeaderClassName
{
color: #EE91FA;
}
.AnyTagClassName
{
color: #EE91FA;
}
</style>
background-color css
<style>
a { background-color: #EE91FA; }
a { background-color: rgb(238,145,250); }
div.DivClassName
{
background-color: #EE91FA;
}
.BgClassName
{
background-color: #EE91FA;
}
</style>
border-color css
<style>
span { border-color: #EE91FA; }
span { border-color: rgb(238,145,250); }
td.TdClassName
{
border-color: #EE91FA;
}
.TagClassName
{
border-color: #EE91FA;
}
</style>