Shades of Violet #E381EE
Tints of Violet #E381EE
RGB
CMYK
RGB Variations
Color information
#E381EE (or 0xE381EE) is known color: Violet. HEX triplet: E3, 81 and EE. RGB value is (227,129,238). Sum of RGB (Red+Green+Blue) = 227+129+238=594 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.22% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #E381EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381EE is #1C7E11. Grayscale: #AAAAAA. Windows color (decimal): -1867282 or 15630819. OLE color: 15630819.
HSL color Cylindrical-coordinate representation of color #E381EE: hue angle of 293.94º 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 #E381EE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 129 | 238 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.07 |
| HSL | 293.94º | 0.76% | 0.72% | - |
| HSV(B) | 293.94º | 0.46% | 0.93% | - |
| XYZ | 54.96 | 38.2 | 85.37 | - |
| YUV | 170.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 238 | 0.05 | 0.46 | 0 | 0.07 | 293.94 | 0.76 | 0.72 |
| Hex | E3 | 81 | EE | 5 | 2E | 0 | 7 | 126 | 4C | 48 |
| Octal | 343 | 201 | 356 | 5 | 56 | 0 | 7 | 446 | 114 | 110 |
| Binary | 11100011 | 10000001 | 11101110 | 101 | 101110 | 0 | 111 | 100100110 | 1001100 | 1001000 |
Color Harmonies of #E381EE
Complementary color
Monochromatic Colors of #E381EE
Black with #E381EE
Text Example
Text Example
White with #E381EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381EE; }
p { color: rgb(227,129,238); }
H1.HeaderClassName
{
color: #E381EE;
}
.AnyTagClassName
{
color: #E381EE;
}
</style>
background-color css
<style>
a { background-color: #E381EE; }
a { background-color: rgb(227,129,238); }
div.DivClassName
{
background-color: #E381EE;
}
.BgClassName
{
background-color: #E381EE;
}
</style>
border-color css
<style>
span { border-color: #E381EE; }
span { border-color: rgb(227,129,238); }
td.TdClassName
{
border-color: #E381EE;
}
.TagClassName
{
border-color: #E381EE;
}
</style>