Shades of Violet #E894ED
Tints of Violet #E894ED
RGB
CMYK
RGB Variations
Color information
#E894ED (or 0xE894ED) is known color: Violet. HEX triplet: E8, 94 and ED. RGB value is (232,148,237). Sum of RGB (Red+Green+Blue) = 232+148+237=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #E894ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E894ED is #176B12. Grayscale: #B6B6B6. Windows color (decimal): -1534739 or 15570152. OLE color: 15570152.
HSL color Cylindrical-coordinate representation of color #E894ED: hue angle of 296.63º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E894ED is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 148 | 237 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.07 |
| HSL | 296.63º | 0.71% | 0.75% | - |
| HSV(B) | 296.63º | 0.38% | 0.93% | - |
| XYZ | 59.15 | 44.45 | 85.58 | - |
| YUV | 183.26 | 158.33 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 148 | 237 | 0.02 | 0.38 | 0 | 0.07 | 296.63 | 0.71 | 0.75 |
| Hex | E8 | 94 | ED | 2 | 26 | 0 | 7 | 129 | 47 | 4B |
| Octal | 350 | 224 | 355 | 2 | 46 | 0 | 7 | 451 | 107 | 113 |
| Binary | 11101000 | 10010100 | 11101101 | 10 | 100110 | 0 | 111 | 100101001 | 1000111 | 1001011 |
Color Harmonies of #E894ED
Complementary color
Monochromatic Colors of #E894ED
Black with #E894ED
Text Example
Text Example
White with #E894ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E894ED; }
p { color: rgb(232,148,237); }
H1.HeaderClassName
{
color: #E894ED;
}
.AnyTagClassName
{
color: #E894ED;
}
</style>
background-color css
<style>
a { background-color: #E894ED; }
a { background-color: rgb(232,148,237); }
div.DivClassName
{
background-color: #E894ED;
}
.BgClassName
{
background-color: #E894ED;
}
</style>
border-color css
<style>
span { border-color: #E894ED; }
span { border-color: rgb(232,148,237); }
td.TdClassName
{
border-color: #E894ED;
}
.TagClassName
{
border-color: #E894ED;
}
</style>