#EA87FC

Color #EA87FC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EA87FC

Tints of Violet #EA87FC

Color information

#EA87FC (or 0xEA87FC) is unknown color: approx 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

RGB234135252-
CMYK0.070.4600.01
HSL290.77º95.12%75.88%-
HSV(B)290.77º46.43%98.82%-
XYZ60.1741.8597-
YUV177.94169.8167.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 135 (53.12% from 255) = 21.74%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=37.68%
G=21.74%
B=40.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341352520.070.4600.01290.7795.1275.88
HexEA87FC72E011235f4c
Octal35220737475601443137114
Binary1110101010000111111111001111011100110010001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>