Shades of Violet #E99AF9
Tints of Violet #E99AF9
RGB
CMYK
RGB Variations
Color information
#E99AF9 (or 0xE99AF9) is known color: Violet. HEX triplet: E9, 9A and F9. RGB value is (233,154,249). Sum of RGB (Red+Green+Blue) = 233+154+249=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #E99AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E99AF9 is #166506. Grayscale: #BCBCBC. Windows color (decimal): -1467655 or 16358121. OLE color: 16358121.
HSL color Cylindrical-coordinate representation of color #E99AF9: hue angle of 289.89º degrees, saturation: 0.89, 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 #E99AF9 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 154 | 249 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.02 |
| HSL | 289.89º | 0.89% | 0.79% | - |
| HSV(B) | 289.89º | 0.38% | 0.98% | - |
| XYZ | 62.26 | 47.27 | 95.47 | - |
| YUV | 188.45 | 162.17 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 249 | 0.06 | 0.38 | 0 | 0.02 | 289.89 | 0.89 | 0.79 |
| Hex | E9 | 9A | F9 | 6 | 26 | 0 | 2 | 122 | 59 | 4F |
| Octal | 351 | 232 | 371 | 6 | 46 | 0 | 2 | 442 | 131 | 117 |
| Binary | 11101001 | 10011010 | 11111001 | 110 | 100110 | 0 | 10 | 100100010 | 1011001 | 1001111 |
Color Harmonies of #E99AF9
Complementary color
Monochromatic Colors of #E99AF9
Black with #E99AF9
Text Example
Text Example
White with #E99AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99AF9; }
p { color: rgb(233,154,249); }
H1.HeaderClassName
{
color: #E99AF9;
}
.AnyTagClassName
{
color: #E99AF9;
}
</style>
background-color css
<style>
a { background-color: #E99AF9; }
a { background-color: rgb(233,154,249); }
div.DivClassName
{
background-color: #E99AF9;
}
.BgClassName
{
background-color: #E99AF9;
}
</style>
border-color css
<style>
span { border-color: #E99AF9; }
span { border-color: rgb(233,154,249); }
td.TdClassName
{
border-color: #E99AF9;
}
.TagClassName
{
border-color: #E99AF9;
}
</style>