Shades of Violet #EE81FF
Tints of Violet #EE81FF
RGB
CMYK
RGB Variations
Color information
#EE81FF (or 0xEE81FF) is known color: Violet. HEX triplet: EE, 81 and FF. RGB value is (238,129,255). Sum of RGB (Red+Green+Blue) = 238+129+255=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FF is #117E00. Grayscale: #AFAFAF. Windows color (decimal): -1146369 or 16744942. OLE color: 16744942.
HSL color Cylindrical-coordinate representation of color #EE81FF: hue angle of 291.9º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE81FF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 129 | 255 | - |
| CMYK | 0.07 | 0.49 | 0 | 0 |
| HSL | 291.9º | 1% | 0.75% | - |
| HSV(B) | 291.9º | 0.49% | 1% | - |
| XYZ | 61.16 | 41.1 | 99.32 | - |
| YUV | 175.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 255 | 0.07 | 0.49 | 0 | 0 | 291.9 | 1 | 0.75 |
| Hex | EE | 81 | FF | 7 | 31 | 0 | 0 | 124 | 64 | 4B |
| Octal | 356 | 201 | 377 | 7 | 61 | 0 | 0 | 444 | 144 | 113 |
| Binary | 11101110 | 10000001 | 11111111 | 111 | 110001 | 0 | 0 | 100100100 | 1100100 | 1001011 |
Color Harmonies of #EE81FF
Complementary color
Monochromatic Colors of #EE81FF
Black with #EE81FF
Text Example
Text Example
White with #EE81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81FF; }
p { color: rgb(238,129,255); }
H1.HeaderClassName
{
color: #EE81FF;
}
.AnyTagClassName
{
color: #EE81FF;
}
</style>
background-color css
<style>
a { background-color: #EE81FF; }
a { background-color: rgb(238,129,255); }
div.DivClassName
{
background-color: #EE81FF;
}
.BgClassName
{
background-color: #EE81FF;
}
</style>
border-color css
<style>
span { border-color: #EE81FF; }
span { border-color: rgb(238,129,255); }
td.TdClassName
{
border-color: #EE81FF;
}
.TagClassName
{
border-color: #EE81FF;
}
</style>