Shades of Violet #EE81FA
Tints of Violet #EE81FA
RGB
CMYK
RGB Variations
Color information
#EE81FA (or 0xEE81FA) is known color: Violet. HEX triplet: EE, 81 and FA. RGB value is (238,129,250). Sum of RGB (Red+Green+Blue) = 238+129+250=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FA is #117E05. Grayscale: #AFAFAF. Windows color (decimal): -1146374 or 16417262. OLE color: 16417262.
HSL color Cylindrical-coordinate representation of color #EE81FA: hue angle of 294.05º degrees, saturation: 0.92, 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 #EE81FA is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 129 | 250 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.02 |
| HSL | 294.05º | 0.92% | 0.74% | - |
| HSV(B) | 294.05º | 0.48% | 0.98% | - |
| XYZ | 60.37 | 40.78 | 95.13 | - |
| YUV | 175.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 250 | 0.05 | 0.48 | 0 | 0.02 | 294.05 | 0.92 | 0.74 |
| Hex | EE | 81 | FA | 5 | 30 | 0 | 2 | 126 | 5C | 4A |
| Octal | 356 | 201 | 372 | 5 | 60 | 0 | 2 | 446 | 134 | 112 |
| Binary | 11101110 | 10000001 | 11111010 | 101 | 110000 | 0 | 10 | 100100110 | 1011100 | 1001010 |
Color Harmonies of #EE81FA
Complementary color
Monochromatic Colors of #EE81FA
Black with #EE81FA
Text Example
Text Example
White with #EE81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81FA; }
p { color: rgb(238,129,250); }
H1.HeaderClassName
{
color: #EE81FA;
}
.AnyTagClassName
{
color: #EE81FA;
}
</style>
background-color css
<style>
a { background-color: #EE81FA; }
a { background-color: rgb(238,129,250); }
div.DivClassName
{
background-color: #EE81FA;
}
.BgClassName
{
background-color: #EE81FA;
}
</style>
border-color css
<style>
span { border-color: #EE81FA; }
span { border-color: rgb(238,129,250); }
td.TdClassName
{
border-color: #EE81FA;
}
.TagClassName
{
border-color: #EE81FA;
}
</style>