Shades of Violet #E185ED
Tints of Violet #E185ED
RGB
CMYK
RGB Variations
Color information
#E185ED (or 0xE185ED) is known color: Violet. HEX triplet: E1, 85 and ED. RGB value is (225,133,237). Sum of RGB (Red+Green+Blue) = 225+133+237=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #E185ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185ED is #1E7A12. Grayscale: #ACACAC. Windows color (decimal): -1997331 or 15566305. OLE color: 15566305.
HSL color Cylindrical-coordinate representation of color #E185ED: hue angle of 293.08º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E185ED is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 133 | 237 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.07 |
| HSL | 293.08º | 0.74% | 0.73% | - |
| HSV(B) | 293.08º | 0.44% | 0.93% | - |
| XYZ | 54.72 | 38.9 | 84.74 | - |
| YUV | 172.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 237 | 0.05 | 0.44 | 0 | 0.07 | 293.08 | 0.74 | 0.73 |
| Hex | E1 | 85 | ED | 5 | 2C | 0 | 7 | 125 | 4A | 49 |
| Octal | 341 | 205 | 355 | 5 | 54 | 0 | 7 | 445 | 112 | 111 |
| Binary | 11100001 | 10000101 | 11101101 | 101 | 101100 | 0 | 111 | 100100101 | 1001010 | 1001001 |
Color Harmonies of #E185ED
Complementary color
Monochromatic Colors of #E185ED
Black with #E185ED
Text Example
Text Example
White with #E185ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185ED; }
p { color: rgb(225,133,237); }
H1.HeaderClassName
{
color: #E185ED;
}
.AnyTagClassName
{
color: #E185ED;
}
</style>
background-color css
<style>
a { background-color: #E185ED; }
a { background-color: rgb(225,133,237); }
div.DivClassName
{
background-color: #E185ED;
}
.BgClassName
{
background-color: #E185ED;
}
</style>
border-color css
<style>
span { border-color: #E185ED; }
span { border-color: rgb(225,133,237); }
td.TdClassName
{
border-color: #E185ED;
}
.TagClassName
{
border-color: #E185ED;
}
</style>