Shades of Violet #E386DA
Tints of Violet #E386DA
RGB
CMYK
RGB Variations
Color information
#E386DA (or 0xE386DA) is known color: Violet. HEX triplet: E3, 86 and DA. RGB value is (227,134,218). Sum of RGB (Red+Green+Blue) = 227+134+218=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E386DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386DA is #1C7925. Grayscale: #ABABAB. Windows color (decimal): -1866022 or 14321379. OLE color: 14321379.
HSL color Cylindrical-coordinate representation of color #E386DA: hue angle of 305.81º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E386DA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 218 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.11 |
| HSL | 305.81º | 0.62% | 0.71% | - |
| HSV(B) | 305.81º | 0.41% | 0.89% | - |
| XYZ | 52.86 | 38.44 | 70.96 | - |
| YUV | 171.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 218 | 0 | 0.41 | 0.04 | 0.11 | 305.81 | 0.62 | 0.71 |
| Hex | E3 | 86 | DA | 0 | 29 | 4 | B | 132 | 3E | 47 |
| Octal | 343 | 206 | 332 | 0 | 51 | 4 | 13 | 462 | 76 | 107 |
| Binary | 11100011 | 10000110 | 11011010 | 0 | 101001 | 100 | 1011 | 100110010 | 111110 | 1000111 |
Color Harmonies of #E386DA
Complementary color
Monochromatic Colors of #E386DA
Black with #E386DA
Text Example
Text Example
White with #E386DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E386DA; }
p { color: rgb(227,134,218); }
H1.HeaderClassName
{
color: #E386DA;
}
.AnyTagClassName
{
color: #E386DA;
}
</style>
background-color css
<style>
a { background-color: #E386DA; }
a { background-color: rgb(227,134,218); }
div.DivClassName
{
background-color: #E386DA;
}
.BgClassName
{
background-color: #E386DA;
}
</style>
border-color css
<style>
span { border-color: #E386DA; }
span { border-color: rgb(227,134,218); }
td.TdClassName
{
border-color: #E386DA;
}
.TagClassName
{
border-color: #E386DA;
}
</style>