Shades of Violet #EA87FA
Tints of Violet #EA87FA
RGB
CMYK
RGB Variations
Color information
#EA87FA (or 0xEA87FA) is known color: Violet. HEX triplet: EA, 87 and FA. RGB value is (234,135,250). Sum of RGB (Red+Green+Blue) = 234+135+250=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 135 (53.12% from 255 or 21.81% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA87FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87FA is #157805. Grayscale: #B1B1B1. Windows color (decimal): -1406982 or 16418794. OLE color: 16418794.
HSL color Cylindrical-coordinate representation of color #EA87FA: hue angle of 291.65º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA87FA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 135 | 250 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.02 |
| HSL | 291.65º | 0.92% | 0.75% | - |
| HSV(B) | 291.65º | 0.46% | 0.98% | - |
| XYZ | 59.85 | 41.72 | 95.34 | - |
| YUV | 177.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 250 | 0.06 | 0.46 | 0 | 0.02 | 291.65 | 0.92 | 0.75 |
| Hex | EA | 87 | FA | 6 | 2E | 0 | 2 | 124 | 5C | 4B |
| Octal | 352 | 207 | 372 | 6 | 56 | 0 | 2 | 444 | 134 | 113 |
| Binary | 11101010 | 10000111 | 11111010 | 110 | 101110 | 0 | 10 | 100100100 | 1011100 | 1001011 |
Color Harmonies of #EA87FA
Complementary color
Monochromatic Colors of #EA87FA
Black with #EA87FA
Text Example
Text Example
White with #EA87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87FA; }
p { color: rgb(234,135,250); }
H1.HeaderClassName
{
color: #EA87FA;
}
.AnyTagClassName
{
color: #EA87FA;
}
</style>
background-color css
<style>
a { background-color: #EA87FA; }
a { background-color: rgb(234,135,250); }
div.DivClassName
{
background-color: #EA87FA;
}
.BgClassName
{
background-color: #EA87FA;
}
</style>
border-color css
<style>
span { border-color: #EA87FA; }
span { border-color: rgb(234,135,250); }
td.TdClassName
{
border-color: #EA87FA;
}
.TagClassName
{
border-color: #EA87FA;
}
</style>