Shades of Violet #E385E1
Tints of Violet #E385E1
RGB
CMYK
RGB Variations
Color information
#E385E1 (or 0xE385E1) is known color: Violet. HEX triplet: E3, 85 and E1. RGB value is (227,133,225). Sum of RGB (Red+Green+Blue) = 227+133+225=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 227 - color contains mainly: red. Hex color #E385E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385E1 is #1C7A1E. Grayscale: #ABABAB. Windows color (decimal): -1866271 or 14779875. OLE color: 14779875.
HSL color Cylindrical-coordinate representation of color #E385E1: hue angle of 301.28º degrees, saturation: 0.63, 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 #E385E1 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 225 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.11 |
| HSL | 301.28º | 0.63% | 0.71% | - |
| HSV(B) | 301.28º | 0.41% | 0.89% | - |
| XYZ | 53.66 | 38.54 | 75.85 | - |
| YUV | 171.59 | 158.14 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 225 | 0 | 0.41 | 0.01 | 0.11 | 301.28 | 0.63 | 0.71 |
| Hex | E3 | 85 | E1 | 0 | 29 | 1 | B | 12D | 3F | 47 |
| Octal | 343 | 205 | 341 | 0 | 51 | 1 | 13 | 455 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11100001 | 0 | 101001 | 1 | 1011 | 100101101 | 111111 | 1000111 |
Color Harmonies of #E385E1
Complementary color
Monochromatic Colors of #E385E1
Black with #E385E1
Text Example
Text Example
White with #E385E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385E1; }
p { color: rgb(227,133,225); }
H1.HeaderClassName
{
color: #E385E1;
}
.AnyTagClassName
{
color: #E385E1;
}
</style>
background-color css
<style>
a { background-color: #E385E1; }
a { background-color: rgb(227,133,225); }
div.DivClassName
{
background-color: #E385E1;
}
.BgClassName
{
background-color: #E385E1;
}
</style>
border-color css
<style>
span { border-color: #E385E1; }
span { border-color: rgb(227,133,225); }
td.TdClassName
{
border-color: #E385E1;
}
.TagClassName
{
border-color: #E385E1;
}
</style>