Shades of Violet #EE81F9
Tints of Violet #EE81F9
RGB
CMYK
RGB Variations
Color information
#EE81F9 (or 0xEE81F9) is known color: Violet. HEX triplet: EE, 81 and F9. RGB value is (238,129,249). Sum of RGB (Red+Green+Blue) = 238+129+249=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 129 (50.78% from 255 or 20.94% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81F9 is #117E06. Grayscale: #AEAEAE. Windows color (decimal): -1146375 or 16351726. OLE color: 16351726.
HSL color Cylindrical-coordinate representation of color #EE81F9: hue angle of 294.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE81F9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 129 | 249 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 294.5º | 0.91% | 0.74% | - |
| HSV(B) | 294.5º | 0.48% | 0.98% | - |
| XYZ | 60.21 | 40.72 | 94.31 | - |
| YUV | 175.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 249 | 0.04 | 0.48 | 0 | 0.02 | 294.5 | 0.91 | 0.74 |
| Hex | EE | 81 | F9 | 4 | 30 | 0 | 2 | 126 | 5B | 4A |
| Octal | 356 | 201 | 371 | 4 | 60 | 0 | 2 | 446 | 133 | 112 |
| Binary | 11101110 | 10000001 | 11111001 | 100 | 110000 | 0 | 10 | 100100110 | 1011011 | 1001010 |
Color Harmonies of #EE81F9
Complementary color
Monochromatic Colors of #EE81F9
Black with #EE81F9
Text Example
Text Example
White with #EE81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81F9; }
p { color: rgb(238,129,249); }
H1.HeaderClassName
{
color: #EE81F9;
}
.AnyTagClassName
{
color: #EE81F9;
}
</style>
background-color css
<style>
a { background-color: #EE81F9; }
a { background-color: rgb(238,129,249); }
div.DivClassName
{
background-color: #EE81F9;
}
.BgClassName
{
background-color: #EE81F9;
}
</style>
border-color css
<style>
span { border-color: #EE81F9; }
span { border-color: rgb(238,129,249); }
td.TdClassName
{
border-color: #EE81F9;
}
.TagClassName
{
border-color: #EE81F9;
}
</style>