Shades of Violet #EA8DEA
Tints of Violet #EA8DEA
RGB
CMYK
RGB Variations
Color information
#EA8DEA (or 0xEA8DEA) is known color: Violet. HEX triplet: EA, 8D and EA. RGB value is (234,141,234). Sum of RGB (Red+Green+Blue) = 234+141+234=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA8DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DEA is #157215. Grayscale: #B3B3B3. Windows color (decimal): -1405462 or 15371754. OLE color: 15371754.
HSL color Cylindrical-coordinate representation of color #EA8DEA: hue angle of 300º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8DEA is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 234 | - |
| CMYK | 0 | 0.40 | 0 | 0.08 |
| HSL | 300º | 0.69% | 0.74% | - |
| HSV(B) | 300º | 0.4% | 0.92% | - |
| XYZ | 58.31 | 42.48 | 82.97 | - |
| YUV | 179.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 234 | 0 | 0.40 | 0 | 0.08 | 300 | 0.69 | 0.74 |
| Hex | EA | 8D | EA | 0 | 28 | 0 | 8 | 12C | 45 | 4A |
| Octal | 352 | 215 | 352 | 0 | 50 | 0 | 10 | 454 | 105 | 112 |
| Binary | 11101010 | 10001101 | 11101010 | 0 | 101000 | 0 | 1000 | 100101100 | 1000101 | 1001010 |
Color Harmonies of #EA8DEA
Complementary color
Monochromatic Colors of #EA8DEA
Black with #EA8DEA
Text Example
Text Example
White with #EA8DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8DEA; }
p { color: rgb(234,141,234); }
H1.HeaderClassName
{
color: #EA8DEA;
}
.AnyTagClassName
{
color: #EA8DEA;
}
</style>
background-color css
<style>
a { background-color: #EA8DEA; }
a { background-color: rgb(234,141,234); }
div.DivClassName
{
background-color: #EA8DEA;
}
.BgClassName
{
background-color: #EA8DEA;
}
</style>
border-color css
<style>
span { border-color: #EA8DEA; }
span { border-color: rgb(234,141,234); }
td.TdClassName
{
border-color: #EA8DEA;
}
.TagClassName
{
border-color: #EA8DEA;
}
</style>