#EA87F0

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

Shades of Violet #EA87F0

Tints of Violet #EA87F0

Color information

#EA87F0 (or 0xEA87F0) is unknown color: approx Violet. HEX triplet: EA, 87 and F0. RGB value is (234,135,240). Sum of RGB (Red+Green+Blue) = 234+135+240=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 135 (53.12% from 255 or 22.17% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA87F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA87F0 is #15780F. Grayscale: #B0B0B0. Windows color (decimal): -1406992 or 15763434. OLE color: 15763434.

HSL color Cylindrical-coordinate representation of color #EA87F0: hue angle of 296.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA87F0 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234135240-
CMYK0.020.4400.06
HSL296.57º77.78%73.53%-
HSV(B)296.57º43.75%94.12%-
XYZ58.3241.1187.3-
YUV176.57163.8168.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 135 (53.12% from 255) = 22.17%
BLUE value IS 240 (94.14% from 255) = 39.41%
R=38.42%
G=22.17%
B=39.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341352400.020.4400.06296.5777.7873.53
HexEA87F022C061294e4a
Octal35220736025406451116112
Binary11101010100001111111000010101100011010010100110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA87F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA87F0; }

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

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

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

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

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

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

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

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