#EA8EFA

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

Shades of Violet #EA8EFA

Tints of Violet #EA8EFA

Color information

#EA8EFA (or 0xEA8EFA) is unknown color: approx Violet. HEX triplet: EA, 8E and FA. RGB value is (234,142,250). Sum of RGB (Red+Green+Blue) = 234+142+250=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 142 (55.86% from 255 or 22.68% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EFA is #157105. Grayscale: #B5B5B5. Windows color (decimal): -1405190 or 16420586. OLE color: 16420586.

HSL color Cylindrical-coordinate representation of color #EA8EFA: hue angle of 291.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA8EFA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234142250-
CMYK0.060.4300.02
HSL291.11º91.53%76.86%-
HSV(B)291.11º43.2%98.04%-
XYZ60.8643.7495.68-
YUV181.82166.48165.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 142 (55.86% from 255) = 22.68%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=37.38%
G=22.68%
B=39.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341422500.060.4300.02291.1191.5376.86
HexEA8EFA62B021235c4d
Octal35221637265302443134115
Binary11101010100011101111101011010101101010010001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EFA; }

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

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

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

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

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

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

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

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