Shades of Violet #EA87FC
Tints of Violet #EA87FC
RGB
CMYK
RGB Variations
Color information
#EA87FC (or 0xEA87FC) is known color: Violet. HEX triplet: EA, 87 and FC. RGB value is (234,135,252). Sum of RGB (Red+Green+Blue) = 234+135+252=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 135 (53.12% from 255 or 21.74% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA87FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87FC is #157803. Grayscale: #B1B1B1. Windows color (decimal): -1406980 or 16549866. OLE color: 16549866.
HSL color Cylindrical-coordinate representation of color #EA87FC: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA87FC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 135 | 252 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.01 |
| HSL | 290.77º | 0.95% | 0.76% | - |
| HSV(B) | 290.77º | 0.46% | 0.99% | - |
| XYZ | 60.17 | 41.85 | 97 | - |
| YUV | 177.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 252 | 0.07 | 0.46 | 0 | 0.01 | 290.77 | 0.95 | 0.76 |
| Hex | EA | 87 | FC | 7 | 2E | 0 | 1 | 123 | 5F | 4C |
| Octal | 352 | 207 | 374 | 7 | 56 | 0 | 1 | 443 | 137 | 114 |
| Binary | 11101010 | 10000111 | 11111100 | 111 | 101110 | 0 | 1 | 100100011 | 1011111 | 1001100 |
Color Harmonies of #EA87FC
Complementary color
Monochromatic Colors of #EA87FC
Black with #EA87FC
Text Example
Text Example
White with #EA87FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87FC; }
p { color: rgb(234,135,252); }
H1.HeaderClassName
{
color: #EA87FC;
}
.AnyTagClassName
{
color: #EA87FC;
}
</style>
background-color css
<style>
a { background-color: #EA87FC; }
a { background-color: rgb(234,135,252); }
div.DivClassName
{
background-color: #EA87FC;
}
.BgClassName
{
background-color: #EA87FC;
}
</style>
border-color css
<style>
span { border-color: #EA87FC; }
span { border-color: rgb(234,135,252); }
td.TdClassName
{
border-color: #EA87FC;
}
.TagClassName
{
border-color: #EA87FC;
}
</style>