#EA8AEE

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

Shades of Violet #EA8AEE

Tints of Violet #EA8AEE

Color information

#EA8AEE (or 0xEA8AEE) is unknown color: approx Violet. HEX triplet: EA, 8A and EE. RGB value is (234,138,238). Sum of RGB (Red+Green+Blue) = 234+138+238=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA8AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AEE is #157511. Grayscale: #B1B1B1. Windows color (decimal): -1406226 or 15633130. OLE color: 15633130.

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

Color convert

RGB234138238-
CMYK0.020.4200.07
HSL297.6º74.63%73.73%-
HSV(B)297.6º42.02%93.33%-
XYZ58.4541.8485.88-
YUV178.1161.8167.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 138 (54.30% from 255) = 22.62%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=38.36%
G=22.62%
B=39.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341382380.020.4200.07297.674.6373.73
HexEA8AEE22A0712a4b4a
Octal35221235625207452113112
Binary11101010100010101110111010101010011110010101010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AEE; }

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

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

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

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

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

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

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

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