#EA8DEE

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

Shades of Violet #EA8DEE

Tints of Violet #EA8DEE

Color information

#EA8DEE (or 0xEA8DEE) is unknown color: approx Violet. HEX triplet: EA, 8D and EE. RGB value is (234,141,238). Sum of RGB (Red+Green+Blue) = 234+141+238=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA8DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8DEE is #157211. Grayscale: #B3B3B3. Windows color (decimal): -1405458 or 15633898. OLE color: 15633898.

HSL color Cylindrical-coordinate representation of color #EA8DEE: hue angle of 297.53º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8DEE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234141238-
CMYK0.020.4100.07
HSL297.53º74.05%74.31%-
HSV(B)297.53º40.76%93.33%-
XYZ58.8942.7286.03-
YUV179.86160.81166.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 141 (55.47% from 255) = 23.00%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=38.17%
G=23.00%
B=38.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341412380.020.4100.07297.5374.0574.31
HexEA8DEE2290712a4a4a
Octal35221535625107452112112
Binary11101010100011011110111010101001011110010101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8DEE; }

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

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

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

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

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

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

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

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