Shades of Violet #EE81EF
Tints of Violet #EE81EF
RGB
CMYK
RGB Variations
Color information
#EE81EF (or 0xEE81EF) is known color: Violet. HEX triplet: EE, 81 and EF. RGB value is (238,129,239). Sum of RGB (Red+Green+Blue) = 238+129+239=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81EF is #117E10. Grayscale: #ADADAD. Windows color (decimal): -1146385 or 15696366. OLE color: 15696366.
HSL color Cylindrical-coordinate representation of color #EE81EF: hue angle of 299.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81EF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 129 | 239 | - |
| CMYK | 0.00 | 0.46 | 0 | 0.06 |
| HSL | 299.45º | 0.77% | 0.72% | - |
| HSV(B) | 299.45º | 0.46% | 0.94% | - |
| XYZ | 58.69 | 40.11 | 86.31 | - |
| YUV | 174.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 239 | 0.00 | 0.46 | 0 | 0.06 | 299.45 | 0.77 | 0.72 |
| Hex | EE | 81 | EF | 0 | 2E | 0 | 6 | 12B | 4D | 48 |
| Octal | 356 | 201 | 357 | 0 | 56 | 0 | 6 | 453 | 115 | 110 |
| Binary | 11101110 | 10000001 | 11101111 | 0 | 101110 | 0 | 110 | 100101011 | 1001101 | 1001000 |
Color Harmonies of #EE81EF
Complementary color
Monochromatic Colors of #EE81EF
Black with #EE81EF
Text Example
Text Example
White with #EE81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81EF; }
p { color: rgb(238,129,239); }
H1.HeaderClassName
{
color: #EE81EF;
}
.AnyTagClassName
{
color: #EE81EF;
}
</style>
background-color css
<style>
a { background-color: #EE81EF; }
a { background-color: rgb(238,129,239); }
div.DivClassName
{
background-color: #EE81EF;
}
.BgClassName
{
background-color: #EE81EF;
}
</style>
border-color css
<style>
span { border-color: #EE81EF; }
span { border-color: rgb(238,129,239); }
td.TdClassName
{
border-color: #EE81EF;
}
.TagClassName
{
border-color: #EE81EF;
}
</style>