Shades of Violet #E081EE
Tints of Violet #E081EE
RGB
CMYK
RGB Variations
Color information
#E081EE (or 0xE081EE) is known color: Violet. HEX triplet: E0, 81 and EE. RGB value is (224,129,238). Sum of RGB (Red+Green+Blue) = 224+129+238=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #E081EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E081EE is #1F7E11. Grayscale: #A9A9A9. Windows color (decimal): -2063890 or 15630816. OLE color: 15630816.
HSL color Cylindrical-coordinate representation of color #E081EE: hue angle of 292.29º 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 #E081EE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 129 | 238 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.07 |
| HSL | 292.29º | 0.76% | 0.72% | - |
| HSV(B) | 292.29º | 0.46% | 0.93% | - |
| XYZ | 54.02 | 37.72 | 85.32 | - |
| YUV | 169.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 238 | 0.06 | 0.46 | 0 | 0.07 | 292.29 | 0.76 | 0.72 |
| Hex | E0 | 81 | EE | 6 | 2E | 0 | 7 | 124 | 4C | 48 |
| Octal | 340 | 201 | 356 | 6 | 56 | 0 | 7 | 444 | 114 | 110 |
| Binary | 11100000 | 10000001 | 11101110 | 110 | 101110 | 0 | 111 | 100100100 | 1001100 | 1001000 |
Color Harmonies of #E081EE
Complementary color
Monochromatic Colors of #E081EE
Black with #E081EE
Text Example
Text Example
White with #E081EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081EE; }
p { color: rgb(224,129,238); }
H1.HeaderClassName
{
color: #E081EE;
}
.AnyTagClassName
{
color: #E081EE;
}
</style>
background-color css
<style>
a { background-color: #E081EE; }
a { background-color: rgb(224,129,238); }
div.DivClassName
{
background-color: #E081EE;
}
.BgClassName
{
background-color: #E081EE;
}
</style>
border-color css
<style>
span { border-color: #E081EE; }
span { border-color: rgb(224,129,238); }
td.TdClassName
{
border-color: #E081EE;
}
.TagClassName
{
border-color: #E081EE;
}
</style>