#EA8AF9

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

Shades of Violet #EA8AF9

Tints of Violet #EA8AF9

Color information

#EA8AF9 (or 0xEA8AF9) is unknown color: approx Violet. HEX triplet: EA, 8A and F9. RGB value is (234,138,249). Sum of RGB (Red+Green+Blue) = 234+138+249=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 138 (54.30% from 255 or 22.22% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA8AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8AF9 is #157506. Grayscale: #B3B3B3. Windows color (decimal): -1406215 or 16354026. OLE color: 16354026.

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

Color convert

RGB234138249-
CMYK0.060.4500.02
HSL291.89º90.24%75.88%-
HSV(B)291.89º44.58%97.65%-
XYZ60.1242.5194.66-
YUV179.36167.3166.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 138 (54.30% from 255) = 22.22%
BLUE value IS 249 (97.66% from 255) = 40.10%
R=37.68%
G=22.22%
B=40.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341382490.060.4500.02291.8990.2475.88
HexEA8AF962D021245a4c
Octal35221237165502444132114
Binary11101010100010101111100111010110101010010010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8AF9; }

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

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

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

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

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

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

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

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