Shades of Violet #E385EB
Tints of Violet #E385EB
RGB
CMYK
RGB Variations
Color information
#E385EB (or 0xE385EB) is known color: Violet. HEX triplet: E3, 85 and EB. RGB value is (227,133,235). Sum of RGB (Red+Green+Blue) = 227+133+235=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #E385EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E385EB is #1C7A14. Grayscale: #ACACAC. Windows color (decimal): -1866261 or 15435235. OLE color: 15435235.
HSL color Cylindrical-coordinate representation of color #E385EB: hue angle of 295.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E385EB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 133 | 235 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.08 |
| HSL | 295.29º | 0.72% | 0.72% | - |
| HSV(B) | 295.29º | 0.43% | 0.92% | - |
| XYZ | 55.06 | 39.1 | 83.24 | - |
| YUV | 172.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 235 | 0.03 | 0.43 | 0 | 0.08 | 295.29 | 0.72 | 0.72 |
| Hex | E3 | 85 | EB | 3 | 2B | 0 | 8 | 127 | 48 | 48 |
| Octal | 343 | 205 | 353 | 3 | 53 | 0 | 10 | 447 | 110 | 110 |
| Binary | 11100011 | 10000101 | 11101011 | 11 | 101011 | 0 | 1000 | 100100111 | 1001000 | 1001000 |
Color Harmonies of #E385EB
Complementary color
Monochromatic Colors of #E385EB
Black with #E385EB
Text Example
Text Example
White with #E385EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385EB; }
p { color: rgb(227,133,235); }
H1.HeaderClassName
{
color: #E385EB;
}
.AnyTagClassName
{
color: #E385EB;
}
</style>
background-color css
<style>
a { background-color: #E385EB; }
a { background-color: rgb(227,133,235); }
div.DivClassName
{
background-color: #E385EB;
}
.BgClassName
{
background-color: #E385EB;
}
</style>
border-color css
<style>
span { border-color: #E385EB; }
span { border-color: rgb(227,133,235); }
td.TdClassName
{
border-color: #E385EB;
}
.TagClassName
{
border-color: #E385EB;
}
</style>