Shades of Violet #E381ED
Tints of Violet #E381ED
RGB
CMYK
RGB Variations
Color information
#E381ED (or 0xE381ED) is known color: Violet. HEX triplet: E3, 81 and ED. RGB value is (227,129,237). Sum of RGB (Red+Green+Blue) = 227+129+237=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #E381ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E381ED is #1C7E12. Grayscale: #AAAAAA. Windows color (decimal): -1867283 or 15565283. OLE color: 15565283.
HSL color Cylindrical-coordinate representation of color #E381ED: hue angle of 294.44º degrees, saturation: 0.75, 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 #E381ED is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 129 | 237 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.07 |
| HSL | 294.44º | 0.75% | 0.72% | - |
| HSV(B) | 294.44º | 0.46% | 0.93% | - |
| XYZ | 54.81 | 38.15 | 84.59 | - |
| YUV | 170.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 237 | 0.04 | 0.46 | 0 | 0.07 | 294.44 | 0.75 | 0.72 |
| Hex | E3 | 81 | ED | 4 | 2E | 0 | 7 | 126 | 4B | 48 |
| Octal | 343 | 201 | 355 | 4 | 56 | 0 | 7 | 446 | 113 | 110 |
| Binary | 11100011 | 10000001 | 11101101 | 100 | 101110 | 0 | 111 | 100100110 | 1001011 | 1001000 |
Color Harmonies of #E381ED
Complementary color
Monochromatic Colors of #E381ED
Black with #E381ED
Text Example
Text Example
White with #E381ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381ED; }
p { color: rgb(227,129,237); }
H1.HeaderClassName
{
color: #E381ED;
}
.AnyTagClassName
{
color: #E381ED;
}
</style>
background-color css
<style>
a { background-color: #E381ED; }
a { background-color: rgb(227,129,237); }
div.DivClassName
{
background-color: #E381ED;
}
.BgClassName
{
background-color: #E381ED;
}
</style>
border-color css
<style>
span { border-color: #E381ED; }
span { border-color: rgb(227,129,237); }
td.TdClassName
{
border-color: #E381ED;
}
.TagClassName
{
border-color: #E381ED;
}
</style>