Shades of Violet #E381DF
Tints of Violet #E381DF
RGB
CMYK
RGB Variations
Color information
#E381DF (or 0xE381DF) is known color: Violet. HEX triplet: E3, 81 and DF. RGB value is (227,129,223). Sum of RGB (Red+Green+Blue) = 227+129+223=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E381DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381DF is #1C7E20. Grayscale: #A8A8A8. Windows color (decimal): -1867297 or 14647779. OLE color: 14647779.
HSL color Cylindrical-coordinate representation of color #E381DF: hue angle of 302.45º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381DF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 223 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.11 |
| HSL | 302.45º | 0.64% | 0.7% | - |
| HSV(B) | 302.45º | 0.43% | 0.89% | - |
| XYZ | 52.85 | 37.36 | 74.24 | - |
| YUV | 169.02 | 158.47 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 223 | 0 | 0.43 | 0.02 | 0.11 | 302.45 | 0.64 | 0.7 |
| Hex | E3 | 81 | DF | 0 | 2B | 2 | B | 12E | 40 | 46 |
| Octal | 343 | 201 | 337 | 0 | 53 | 2 | 13 | 456 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11011111 | 0 | 101011 | 10 | 1011 | 100101110 | 1000000 | 1000110 |
Color Harmonies of #E381DF
Complementary color
Monochromatic Colors of #E381DF
Black with #E381DF
Text Example
Text Example
White with #E381DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381DF; }
p { color: rgb(227,129,223); }
H1.HeaderClassName
{
color: #E381DF;
}
.AnyTagClassName
{
color: #E381DF;
}
</style>
background-color css
<style>
a { background-color: #E381DF; }
a { background-color: rgb(227,129,223); }
div.DivClassName
{
background-color: #E381DF;
}
.BgClassName
{
background-color: #E381DF;
}
</style>
border-color css
<style>
span { border-color: #E381DF; }
span { border-color: rgb(227,129,223); }
td.TdClassName
{
border-color: #E381DF;
}
.TagClassName
{
border-color: #E381DF;
}
</style>