#EA87F2

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

Shades of Violet #EA87F2

Tints of Violet #EA87F2

Color information

#EA87F2 (or 0xEA87F2) is unknown color: approx Violet. HEX triplet: EA, 87 and F2. RGB value is (234,135,242). Sum of RGB (Red+Green+Blue) = 234+135+242=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA87F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87F2 is #15780D. Grayscale: #B0B0B0. Windows color (decimal): -1406990 or 15894506. OLE color: 15894506.

HSL color Cylindrical-coordinate representation of color #EA87F2: hue angle of 295.51º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA87F2 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234135242-
CMYK0.030.4400.05
HSL295.51º80.45%73.92%-
HSV(B)295.51º44.21%94.9%-
XYZ58.6241.2388.87-
YUV176.8164.8168.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 135 (53.12% from 255) = 22.09%
BLUE value IS 242 (94.92% from 255) = 39.61%
R=38.30%
G=22.09%
B=39.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341352420.030.4400.05295.5180.4573.92
HexEA87F232C05128504a
Octal35220736235405450120112
Binary11101010100001111111001011101100010110010100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87F2; }

 p { color: rgb(234,135,242); }

 H1.HeaderClassName
 {
   color: #EA87F2;
 }
 .AnyTagClassName
 {
   color: #EA87F2;
 }
</style>
background-color css

<style>
 a { background-color: #EA87F2; }

 a { background-color: rgb(234,135,242); }

 div.DivClassName
 {
   background-color: #EA87F2;
 }
 .BgClassName
 {
   background-color: #EA87F2;
 }
</style>
border-color css

<style>
 span { border-color: #EA87F2; }

 span { border-color: rgb(234,135,242); }

 td.TdClassName
 {
   border-color: #EA87F2;
 }
 .TagClassName
 {
   border-color: #EA87F2;
 }
</style>