Shades of Violet #E185E1
Tints of Violet #E185E1
RGB
CMYK
RGB Variations
Color information
#E185E1 (or 0xE185E1) is known color: Violet. HEX triplet: E1, 85 and E1. RGB value is (225,133,225). Sum of RGB (Red+Green+Blue) = 225+133+225=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E185E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185E1 is #1E7A1E. Grayscale: #AAAAAA. Windows color (decimal): -1997343 or 14779873. OLE color: 14779873.
HSL color Cylindrical-coordinate representation of color #E185E1: hue angle of 300º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185E1 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 225 | - |
| CMYK | 0 | 0.41 | 0 | 0.12 |
| HSL | 300º | 0.61% | 0.7% | - |
| HSV(B) | 300º | 0.41% | 0.88% | - |
| XYZ | 53.03 | 38.22 | 75.82 | - |
| YUV | 171 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 225 | 0 | 0.41 | 0 | 0.12 | 300 | 0.61 | 0.7 |
| Hex | E1 | 85 | E1 | 0 | 29 | 0 | C | 12C | 3D | 46 |
| Octal | 341 | 205 | 341 | 0 | 51 | 0 | 14 | 454 | 75 | 106 |
| Binary | 11100001 | 10000101 | 11100001 | 0 | 101001 | 0 | 1100 | 100101100 | 111101 | 1000110 |
Color Harmonies of #E185E1
Complementary color
Monochromatic Colors of #E185E1
Black with #E185E1
Text Example
Text Example
White with #E185E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185E1; }
p { color: rgb(225,133,225); }
H1.HeaderClassName
{
color: #E185E1;
}
.AnyTagClassName
{
color: #E185E1;
}
</style>
background-color css
<style>
a { background-color: #E185E1; }
a { background-color: rgb(225,133,225); }
div.DivClassName
{
background-color: #E185E1;
}
.BgClassName
{
background-color: #E185E1;
}
</style>
border-color css
<style>
span { border-color: #E185E1; }
span { border-color: rgb(225,133,225); }
td.TdClassName
{
border-color: #E185E1;
}
.TagClassName
{
border-color: #E185E1;
}
</style>