#EA8DFE

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

Shades of Violet #EA8DFE

Tints of Violet #EA8DFE

Color information

#EA8DFE (or 0xEA8DFE) is unknown color: approx Violet. HEX triplet: EA, 8D and FE. RGB value is (234,141,254). Sum of RGB (Red+Green+Blue) = 234+141+254=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA8DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DFE is #157201. Grayscale: #B5B5B5. Windows color (decimal): -1405442 or 16682474. OLE color: 16682474.

HSL color Cylindrical-coordinate representation of color #EA8DFE: hue angle of 289.38º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8DFE is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234141254-
CMYK0.080.4400.00
HSL289.38º98.26%77.45%-
HSV(B)289.38º44.49%99.61%-
XYZ61.3543.798.97-
YUV181.69168.81165.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 141 (55.47% from 255) = 22.42%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=37.20%
G=22.42%
B=40.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341412540.080.4400.00289.3898.2677.45
HexEA8DFE82C00121624d
Octal352215376105400441142115
Binary11101010100011011111111010001011000010010000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DFE; }

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

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

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

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

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

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

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

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