Shades of Violet #EA8BEA
Tints of Violet #EA8BEA
RGB
CMYK
RGB Variations
Color information
#EA8BEA (or 0xEA8BEA) is known color: Violet. HEX triplet: EA, 8B and EA. RGB value is (234,139,234). Sum of RGB (Red+Green+Blue) = 234+139+234=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BEA is #157415. Grayscale: #B1B1B1. Windows color (decimal): -1405974 or 15371242. OLE color: 15371242.
HSL color Cylindrical-coordinate representation of color #EA8BEA: hue angle of 300º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BEA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 234 | - |
| CMYK | 0 | 0.41 | 0 | 0.08 |
| HSL | 300º | 0.69% | 0.73% | - |
| HSV(B) | 300º | 0.41% | 0.92% | - |
| XYZ | 58.02 | 41.9 | 82.87 | - |
| YUV | 178.24 | 159.47 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 234 | 0 | 0.41 | 0 | 0.08 | 300 | 0.69 | 0.73 |
| Hex | EA | 8B | EA | 0 | 29 | 0 | 8 | 12C | 45 | 49 |
| Octal | 352 | 213 | 352 | 0 | 51 | 0 | 10 | 454 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11101010 | 0 | 101001 | 0 | 1000 | 100101100 | 1000101 | 1001001 |
Color Harmonies of #EA8BEA
Complementary color
Monochromatic Colors of #EA8BEA
Black with #EA8BEA
Text Example
Text Example
White with #EA8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BEA; }
p { color: rgb(234,139,234); }
H1.HeaderClassName
{
color: #EA8BEA;
}
.AnyTagClassName
{
color: #EA8BEA;
}
</style>
background-color css
<style>
a { background-color: #EA8BEA; }
a { background-color: rgb(234,139,234); }
div.DivClassName
{
background-color: #EA8BEA;
}
.BgClassName
{
background-color: #EA8BEA;
}
</style>
border-color css
<style>
span { border-color: #EA8BEA; }
span { border-color: rgb(234,139,234); }
td.TdClassName
{
border-color: #EA8BEA;
}
.TagClassName
{
border-color: #EA8BEA;
}
</style>