#EA8DF9

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

Shades of Violet #EA8DF9

Tints of Violet #EA8DF9

Color information

#EA8DF9 (or 0xEA8DF9) is unknown color: approx Violet. HEX triplet: EA, 8D and F9. RGB value is (234,141,249). Sum of RGB (Red+Green+Blue) = 234+141+249=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA8DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DF9 is #157206. Grayscale: #B4B4B4. Windows color (decimal): -1405447 or 16354794. OLE color: 16354794.

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

Color convert

RGB234141249-
CMYK0.060.4300.02
HSL291.67º90%76.47%-
HSV(B)291.67º43.37%97.65%-
XYZ60.5643.3894.8-
YUV181.12166.31165.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 22.60%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=37.5%
G=22.60%
B=39.90%

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
Decimal2341412490.060.4300.02291.679076.47
HexEA8DF962B021245a4c
Octal35221537165302444132114
Binary11101010100011011111100111010101101010010010010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DF9; }

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

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

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

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

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

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

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

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