Shades of Violet #EE81FE
Tints of Violet #EE81FE
RGB
CMYK
RGB Variations
Color information
#EE81FE (or 0xEE81FE) is known color: Violet. HEX triplet: EE, 81 and FE. RGB value is (238,129,254). Sum of RGB (Red+Green+Blue) = 238+129+254=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FE is #117E01. Grayscale: #AFAFAF. Windows color (decimal): -1146370 or 16679406. OLE color: 16679406.
HSL color Cylindrical-coordinate representation of color #EE81FE: hue angle of 292.32º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE81FE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 129 | 254 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.00 |
| HSL | 292.32º | 0.98% | 0.75% | - |
| HSV(B) | 292.32º | 0.49% | 1% | - |
| XYZ | 61 | 41.03 | 98.47 | - |
| YUV | 175.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 254 | 0.06 | 0.49 | 0 | 0.00 | 292.32 | 0.98 | 0.75 |
| Hex | EE | 81 | FE | 6 | 31 | 0 | 0 | 124 | 62 | 4B |
| Octal | 356 | 201 | 376 | 6 | 61 | 0 | 0 | 444 | 142 | 113 |
| Binary | 11101110 | 10000001 | 11111110 | 110 | 110001 | 0 | 0 | 100100100 | 1100010 | 1001011 |
Color Harmonies of #EE81FE
Complementary color
Monochromatic Colors of #EE81FE
Black with #EE81FE
Text Example
Text Example
White with #EE81FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81FE; }
p { color: rgb(238,129,254); }
H1.HeaderClassName
{
color: #EE81FE;
}
.AnyTagClassName
{
color: #EE81FE;
}
</style>
background-color css
<style>
a { background-color: #EE81FE; }
a { background-color: rgb(238,129,254); }
div.DivClassName
{
background-color: #EE81FE;
}
.BgClassName
{
background-color: #EE81FE;
}
</style>
border-color css
<style>
span { border-color: #EE81FE; }
span { border-color: rgb(238,129,254); }
td.TdClassName
{
border-color: #EE81FE;
}
.TagClassName
{
border-color: #EE81FE;
}
</style>