Shades of Violet #EE81EB
Tints of Violet #EE81EB
RGB
CMYK
RGB Variations
Color information
#EE81EB (or 0xEE81EB) is known color: Violet. HEX triplet: EE, 81 and EB. RGB value is (238,129,235). Sum of RGB (Red+Green+Blue) = 238+129+235=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 129 (50.78% from 255 or 21.43% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81EB is #117E14. Grayscale: #ADADAD. Windows color (decimal): -1146389 or 15434222. OLE color: 15434222.
HSL color Cylindrical-coordinate representation of color #EE81EB: hue angle of 301.65º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81EB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 235 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.07 |
| HSL | 301.65º | 0.76% | 0.72% | - |
| HSV(B) | 301.65º | 0.46% | 0.93% | - |
| XYZ | 58.11 | 39.88 | 83.23 | - |
| YUV | 173.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 235 | 0 | 0.46 | 0.01 | 0.07 | 301.65 | 0.76 | 0.72 |
| Hex | EE | 81 | EB | 0 | 2E | 1 | 7 | 12E | 4C | 48 |
| Octal | 356 | 201 | 353 | 0 | 56 | 1 | 7 | 456 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11101011 | 0 | 101110 | 1 | 111 | 100101110 | 1001100 | 1001000 |
Color Harmonies of #EE81EB
Complementary color
Monochromatic Colors of #EE81EB
Black with #EE81EB
Text Example
Text Example
White with #EE81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81EB; }
p { color: rgb(238,129,235); }
H1.HeaderClassName
{
color: #EE81EB;
}
.AnyTagClassName
{
color: #EE81EB;
}
</style>
background-color css
<style>
a { background-color: #EE81EB; }
a { background-color: rgb(238,129,235); }
div.DivClassName
{
background-color: #EE81EB;
}
.BgClassName
{
background-color: #EE81EB;
}
</style>
border-color css
<style>
span { border-color: #EE81EB; }
span { border-color: rgb(238,129,235); }
td.TdClassName
{
border-color: #EE81EB;
}
.TagClassName
{
border-color: #EE81EB;
}
</style>