Shades of Violet #E895ED
Tints of Violet #E895ED
RGB
CMYK
RGB Variations
Color information
#E895ED (or 0xE895ED) is known color: Violet. HEX triplet: E8, 95 and ED. RGB value is (232,149,237). Sum of RGB (Red+Green+Blue) = 232+149+237=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #E895ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E895ED is #176A12. Grayscale: #B7B7B7. Windows color (decimal): -1534483 or 15570408. OLE color: 15570408.
HSL color Cylindrical-coordinate representation of color #E895ED: hue angle of 296.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E895ED is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 149 | 237 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 296.59º | 0.71% | 0.76% | - |
| HSV(B) | 296.59º | 0.37% | 0.93% | - |
| XYZ | 59.31 | 44.77 | 85.64 | - |
| YUV | 183.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 237 | 0.02 | 0.37 | 0 | 0.07 | 296.59 | 0.71 | 0.76 |
| Hex | E8 | 95 | ED | 2 | 25 | 0 | 7 | 129 | 47 | 4C |
| Octal | 350 | 225 | 355 | 2 | 45 | 0 | 7 | 451 | 107 | 114 |
| Binary | 11101000 | 10010101 | 11101101 | 10 | 100101 | 0 | 111 | 100101001 | 1000111 | 1001100 |
Color Harmonies of #E895ED
Complementary color
Monochromatic Colors of #E895ED
Black with #E895ED
Text Example
Text Example
White with #E895ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895ED; }
p { color: rgb(232,149,237); }
H1.HeaderClassName
{
color: #E895ED;
}
.AnyTagClassName
{
color: #E895ED;
}
</style>
background-color css
<style>
a { background-color: #E895ED; }
a { background-color: rgb(232,149,237); }
div.DivClassName
{
background-color: #E895ED;
}
.BgClassName
{
background-color: #E895ED;
}
</style>
border-color css
<style>
span { border-color: #E895ED; }
span { border-color: rgb(232,149,237); }
td.TdClassName
{
border-color: #E895ED;
}
.TagClassName
{
border-color: #E895ED;
}
</style>