Shades of Violet #E185DF
Tints of Violet #E185DF
RGB
CMYK
RGB Variations
Color information
#E185DF (or 0xE185DF) is known color: Violet. HEX triplet: E1, 85 and DF. RGB value is (225,133,223). Sum of RGB (Red+Green+Blue) = 225+133+223=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E185DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185DF is #1E7A20. Grayscale: #AAAAAA. Windows color (decimal): -1997345 or 14648801. OLE color: 14648801.
HSL color Cylindrical-coordinate representation of color #E185DF: hue angle of 301.3º 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 #E185DF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 223 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.12 |
| HSL | 301.3º | 0.61% | 0.7% | - |
| HSV(B) | 301.3º | 0.41% | 0.88% | - |
| XYZ | 52.76 | 38.11 | 74.39 | - |
| YUV | 170.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 223 | 0 | 0.41 | 0.01 | 0.12 | 301.3 | 0.61 | 0.7 |
| Hex | E1 | 85 | DF | 0 | 29 | 1 | C | 12D | 3D | 46 |
| Octal | 341 | 205 | 337 | 0 | 51 | 1 | 14 | 455 | 75 | 106 |
| Binary | 11100001 | 10000101 | 11011111 | 0 | 101001 | 1 | 1100 | 100101101 | 111101 | 1000110 |
Color Harmonies of #E185DF
Complementary color
Monochromatic Colors of #E185DF
Black with #E185DF
Text Example
Text Example
White with #E185DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185DF; }
p { color: rgb(225,133,223); }
H1.HeaderClassName
{
color: #E185DF;
}
.AnyTagClassName
{
color: #E185DF;
}
</style>
background-color css
<style>
a { background-color: #E185DF; }
a { background-color: rgb(225,133,223); }
div.DivClassName
{
background-color: #E185DF;
}
.BgClassName
{
background-color: #E185DF;
}
</style>
border-color css
<style>
span { border-color: #E185DF; }
span { border-color: rgb(225,133,223); }
td.TdClassName
{
border-color: #E185DF;
}
.TagClassName
{
border-color: #E185DF;
}
</style>