#EA8EF2

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

Shades of Violet #EA8EF2

Tints of Violet #EA8EF2

Color information

#EA8EF2 (or 0xEA8EF2) is unknown color: approx Violet. HEX triplet: EA, 8E and F2. RGB value is (234,142,242). Sum of RGB (Red+Green+Blue) = 234+142+242=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA8EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EF2 is #15710D. Grayscale: #B4B4B4. Windows color (decimal): -1405198 or 15896298. OLE color: 15896298.

HSL color Cylindrical-coordinate representation of color #EA8EF2: hue angle of 295.2º degrees, saturation: 0.79, 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 #EA8EF2 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234142242-
CMYK0.030.4100.05
HSL295.2º79.37%75.29%-
HSV(B)295.2º41.32%94.9%-
XYZ59.6343.2589.21-
YUV180.91162.48165.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=37.86%
G=22.98%
B=39.16%

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
Decimal2341422420.030.4100.05295.279.3775.29
HexEA8EF2329051274f4b
Octal35221636235105447117113
Binary11101010100011101111001011101001010110010011110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EF2; }

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

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

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

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

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

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

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

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