Shades of Violet #E386DB
Tints of Violet #E386DB
RGB
CMYK
RGB Variations
Color information
#E386DB (or 0xE386DB) is known color: Violet. HEX triplet: E3, 86 and DB. RGB value is (227,134,219). Sum of RGB (Red+Green+Blue) = 227+134+219=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 227 - color contains mainly: red. Hex color #E386DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386DB is #1C7924. Grayscale: #ABABAB. Windows color (decimal): -1866021 or 14386915. OLE color: 14386915.
HSL color Cylindrical-coordinate representation of color #E386DB: hue angle of 305.16º 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 #E386DB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 219 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.11 |
| HSL | 305.16º | 0.62% | 0.71% | - |
| HSV(B) | 305.16º | 0.41% | 0.89% | - |
| XYZ | 52.99 | 38.5 | 71.66 | - |
| YUV | 171.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 219 | 0 | 0.41 | 0.04 | 0.11 | 305.16 | 0.62 | 0.71 |
| Hex | E3 | 86 | DB | 0 | 29 | 4 | B | 131 | 3E | 47 |
| Octal | 343 | 206 | 333 | 0 | 51 | 4 | 13 | 461 | 76 | 107 |
| Binary | 11100011 | 10000110 | 11011011 | 0 | 101001 | 100 | 1011 | 100110001 | 111110 | 1000111 |
Color Harmonies of #E386DB
Complementary color
Monochromatic Colors of #E386DB
Black with #E386DB
Text Example
Text Example
White with #E386DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E386DB; }
p { color: rgb(227,134,219); }
H1.HeaderClassName
{
color: #E386DB;
}
.AnyTagClassName
{
color: #E386DB;
}
</style>
background-color css
<style>
a { background-color: #E386DB; }
a { background-color: rgb(227,134,219); }
div.DivClassName
{
background-color: #E386DB;
}
.BgClassName
{
background-color: #E386DB;
}
</style>
border-color css
<style>
span { border-color: #E386DB; }
span { border-color: rgb(227,134,219); }
td.TdClassName
{
border-color: #E386DB;
}
.TagClassName
{
border-color: #E386DB;
}
</style>