#EA8EFF

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

Shades of Violet #EA8EFF

Tints of Violet #EA8EFF

Color information

#EA8EFF (or 0xEA8EFF) is unknown color: approx Violet. HEX triplet: EA, 8E and FF. RGB value is (234,142,255). Sum of RGB (Red+Green+Blue) = 234+142+255=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 142 (55.86% from 255 or 22.50% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8EFF is #157100. Grayscale: #B6B6B6. Windows color (decimal): -1405185 or 16748266. OLE color: 16748266.

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

Color convert

RGB234142255-
CMYK0.080.4400
HSL288.85º100%77.84%-
HSV(B)288.85º44.31%100%-
XYZ61.6544.0699.86-
YUV182.39168.98164.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 142 (55.86% from 255) = 22.50%
BLUE value IS 255 (100% from 255) = 40.41%
R=37.08%
G=22.50%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341422550.080.4400288.8510077.84
HexEA8EFF82C00121644e
Octal352216377105400441144116
Binary11101010100011101111111110001011000010010000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8EFF; }

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

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

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

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

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

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

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

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