Shades of Violet #EA8CED
Tints of Violet #EA8CED
RGB
CMYK
RGB Variations
Color information
#EA8CED (or 0xEA8CED) is known color: Violet. HEX triplet: EA, 8C and ED. RGB value is (234,140,237). Sum of RGB (Red+Green+Blue) = 234+140+237=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8CED is #157312. Grayscale: #B2B2B2. Windows color (decimal): -1405715 or 15568106. OLE color: 15568106.
HSL color Cylindrical-coordinate representation of color #EA8CED: hue angle of 298.14º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8CED is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 140 | 237 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.07 |
| HSL | 298.14º | 0.73% | 0.74% | - |
| HSV(B) | 298.14º | 0.41% | 0.93% | - |
| XYZ | 58.6 | 42.36 | 85.21 | - |
| YUV | 179.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 237 | 0.01 | 0.41 | 0 | 0.07 | 298.14 | 0.73 | 0.74 |
| Hex | EA | 8C | ED | 1 | 29 | 0 | 7 | 12A | 49 | 4A |
| Octal | 352 | 214 | 355 | 1 | 51 | 0 | 7 | 452 | 111 | 112 |
| Binary | 11101010 | 10001100 | 11101101 | 1 | 101001 | 0 | 111 | 100101010 | 1001001 | 1001010 |
Color Harmonies of #EA8CED
Complementary color
Monochromatic Colors of #EA8CED
Black with #EA8CED
Text Example
Text Example
White with #EA8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CED; }
p { color: rgb(234,140,237); }
H1.HeaderClassName
{
color: #EA8CED;
}
.AnyTagClassName
{
color: #EA8CED;
}
</style>
background-color css
<style>
a { background-color: #EA8CED; }
a { background-color: rgb(234,140,237); }
div.DivClassName
{
background-color: #EA8CED;
}
.BgClassName
{
background-color: #EA8CED;
}
</style>
border-color css
<style>
span { border-color: #EA8CED; }
span { border-color: rgb(234,140,237); }
td.TdClassName
{
border-color: #EA8CED;
}
.TagClassName
{
border-color: #EA8CED;
}
</style>