Shades of Violet #EE9BFA
Tints of Violet #EE9BFA
RGB
CMYK
RGB Variations
Color information
#EE9BFA (or 0xEE9BFA) is known color: Violet. HEX triplet: EE, 9B and FA. RGB value is (238,155,250). Sum of RGB (Red+Green+Blue) = 238+155+250=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFA is #116405. Grayscale: #BEBEBE. Windows color (decimal): -1139718 or 16423918. OLE color: 16423918.
HSL color Cylindrical-coordinate representation of color #EE9BFA: hue angle of 292.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9BFA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 155 | 250 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.02 |
| HSL | 292.42º | 0.9% | 0.79% | - |
| HSV(B) | 292.42º | 0.38% | 0.98% | - |
| XYZ | 64.24 | 48.52 | 96.42 | - |
| YUV | 190.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 250 | 0.05 | 0.38 | 0 | 0.02 | 292.42 | 0.9 | 0.79 |
| Hex | EE | 9B | FA | 5 | 26 | 0 | 2 | 124 | 5A | 4F |
| Octal | 356 | 233 | 372 | 5 | 46 | 0 | 2 | 444 | 132 | 117 |
| Binary | 11101110 | 10011011 | 11111010 | 101 | 100110 | 0 | 10 | 100100100 | 1011010 | 1001111 |
Color Harmonies of #EE9BFA
Complementary color
Monochromatic Colors of #EE9BFA
Black with #EE9BFA
Text Example
Text Example
White with #EE9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BFA; }
p { color: rgb(238,155,250); }
H1.HeaderClassName
{
color: #EE9BFA;
}
.AnyTagClassName
{
color: #EE9BFA;
}
</style>
background-color css
<style>
a { background-color: #EE9BFA; }
a { background-color: rgb(238,155,250); }
div.DivClassName
{
background-color: #EE9BFA;
}
.BgClassName
{
background-color: #EE9BFA;
}
</style>
border-color css
<style>
span { border-color: #EE9BFA; }
span { border-color: rgb(238,155,250); }
td.TdClassName
{
border-color: #EE9BFA;
}
.TagClassName
{
border-color: #EE9BFA;
}
</style>