#EA8EF1

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

Shades of Violet #EA8EF1

Tints of Violet #EA8EF1

Color information

#EA8EF1 (or 0xEA8EF1) is unknown color: approx Violet. HEX triplet: EA, 8E and F1. RGB value is (234,142,241). Sum of RGB (Red+Green+Blue) = 234+142+241=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 142 (55.86% from 255 or 23.01% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA8EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EF1 is #15710E. Grayscale: #B4B4B4. Windows color (decimal): -1405199 or 15830762. OLE color: 15830762.

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

Color convert

RGB234142241-
CMYK0.030.4100.05
HSL295.76º77.95%75.1%-
HSV(B)295.76º41.08%94.51%-
XYZ59.4843.1988.42-
YUV180.79161.98165.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 142 (55.86% from 255) = 23.01%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=37.93%
G=23.01%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341422410.030.4100.05295.7677.9575.1
HexEA8EF1329051284e4b
Octal35221636135105450116113
Binary11101010100011101111000111101001010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EF1; }

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

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

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

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

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

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

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

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