#ea8eed

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

Shades of Violet #EA8EED

Tints of Violet #EA8EED

Color information

#EA8EED (or 0xEA8EED) is unknown color: approx Violet. HEX triplet: EA, 8E and ED. RGB value is (234,142,237). Sum of RGB (Red+Green+Blue) = 234+142+237=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 142 (55.86% from 255 or 23.16% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA8EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EED is #157112. Grayscale: #B4B4B4. Windows color (decimal): -1405203 or 15568618. OLE color: 15568618.

HSL color Cylindrical-coordinate representation of color #EA8EED: hue angle of 298.11º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8EED is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234142237-
CMYK0.010.4000.07
HSL298.11º72.52%74.31%-
HSV(B)298.11º40.08%92.94%-
XYZ58.8942.9585.31-
YUV180.34159.98166.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 142 (55.86% from 255) = 23.16%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=38.17%
G=23.16%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341422370.010.4000.07298.1172.5274.31
HexEA8EED1280712a494a
Octal35221635515007452111112
Binary1110101010001110111011011101000011110010101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8eed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8eed; }

 p { color: rgb(234,142,237); }

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

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

 a { background-color: rgb(234,142,237); }

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

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

 span { border-color: rgb(234,142,237); }

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