#EA8AEF

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

Shades of Violet #EA8AEF

Tints of Violet #EA8AEF

Color information

#EA8AEF (or 0xEA8AEF) is unknown color: approx Violet. HEX triplet: EA, 8A and EF. RGB value is (234,138,239). Sum of RGB (Red+Green+Blue) = 234+138+239=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA8AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AEF is #157510. Grayscale: #B1B1B1. Windows color (decimal): -1406225 or 15698666. OLE color: 15698666.

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

Color convert

RGB234138239-
CMYK0.020.4200.06
HSL297.03º75.94%73.92%-
HSV(B)297.03º42.26%93.73%-
XYZ58.641.986.66-
YUV178.22162.3167.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 138 (54.30% from 255) = 22.59%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=38.30%
G=22.59%
B=39.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341382390.020.4200.06297.0375.9473.92
HexEA8AEF22A061294c4a
Octal35221235725206451114112
Binary11101010100010101110111110101010011010010100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AEF; }

 p { color: rgb(234,138,239); }

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

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

 a { background-color: rgb(234,138,239); }

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

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

 span { border-color: rgb(234,138,239); }

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