Shades of Violet #EA87F6
Tints of Violet #EA87F6
RGB
CMYK
RGB Variations
Color information
#EA87F6 (or 0xEA87F6) is known color: Violet. HEX triplet: EA, 87 and F6. RGB value is (234,135,246). Sum of RGB (Red+Green+Blue) = 234+135+246=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 135 (53.12% from 255 or 21.95% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA87F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87F6 is #157809. Grayscale: #B0B0B0. Windows color (decimal): -1406986 or 16156650. OLE color: 16156650.
HSL color Cylindrical-coordinate representation of color #EA87F6: hue angle of 293.51º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA87F6 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 135 | 246 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.04 |
| HSL | 293.51º | 0.86% | 0.75% | - |
| HSV(B) | 293.51º | 0.45% | 0.96% | - |
| XYZ | 59.23 | 41.47 | 92.07 | - |
| YUV | 177.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 246 | 0.05 | 0.45 | 0 | 0.04 | 293.51 | 0.86 | 0.75 |
| Hex | EA | 87 | F6 | 5 | 2D | 0 | 4 | 126 | 56 | 4B |
| Octal | 352 | 207 | 366 | 5 | 55 | 0 | 4 | 446 | 126 | 113 |
| Binary | 11101010 | 10000111 | 11110110 | 101 | 101101 | 0 | 100 | 100100110 | 1010110 | 1001011 |
Color Harmonies of #EA87F6
Complementary color
Monochromatic Colors of #EA87F6
Black with #EA87F6
Text Example
Text Example
White with #EA87F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA87F6; }
p { color: rgb(234,135,246); }
H1.HeaderClassName
{
color: #EA87F6;
}
.AnyTagClassName
{
color: #EA87F6;
}
</style>
background-color css
<style>
a { background-color: #EA87F6; }
a { background-color: rgb(234,135,246); }
div.DivClassName
{
background-color: #EA87F6;
}
.BgClassName
{
background-color: #EA87F6;
}
</style>
border-color css
<style>
span { border-color: #EA87F6; }
span { border-color: rgb(234,135,246); }
td.TdClassName
{
border-color: #EA87F6;
}
.TagClassName
{
border-color: #EA87F6;
}
</style>