Shades of Violet #E381E5
Tints of Violet #E381E5
RGB
CMYK
RGB Variations
Color information
#E381E5 (or 0xE381E5) is known color: Violet. HEX triplet: E3, 81 and E5. RGB value is (227,129,229). Sum of RGB (Red+Green+Blue) = 227+129+229=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #E381E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381E5 is #1C7E1A. Grayscale: #A9A9A9. Windows color (decimal): -1867291 or 15040995. OLE color: 15040995.
HSL color Cylindrical-coordinate representation of color #E381E5: hue angle of 298.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E381E5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 129 | 229 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.10 |
| HSL | 298.8º | 0.66% | 0.7% | - |
| HSV(B) | 298.8º | 0.44% | 0.9% | - |
| XYZ | 53.67 | 37.69 | 78.57 | - |
| YUV | 169.7 | 161.47 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 229 | 0.01 | 0.44 | 0 | 0.10 | 298.8 | 0.66 | 0.7 |
| Hex | E3 | 81 | E5 | 1 | 2C | 0 | A | 12B | 42 | 46 |
| Octal | 343 | 201 | 345 | 1 | 54 | 0 | 12 | 453 | 102 | 106 |
| Binary | 11100011 | 10000001 | 11100101 | 1 | 101100 | 0 | 1010 | 100101011 | 1000010 | 1000110 |
Color Harmonies of #E381E5
Complementary color
Monochromatic Colors of #E381E5
Black with #E381E5
Text Example
Text Example
White with #E381E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381E5; }
p { color: rgb(227,129,229); }
H1.HeaderClassName
{
color: #E381E5;
}
.AnyTagClassName
{
color: #E381E5;
}
</style>
background-color css
<style>
a { background-color: #E381E5; }
a { background-color: rgb(227,129,229); }
div.DivClassName
{
background-color: #E381E5;
}
.BgClassName
{
background-color: #E381E5;
}
</style>
border-color css
<style>
span { border-color: #E381E5; }
span { border-color: rgb(227,129,229); }
td.TdClassName
{
border-color: #E381E5;
}
.TagClassName
{
border-color: #E381E5;
}
</style>