#EA91ED

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

Shades of Violet #EA91ED

Tints of Violet #EA91ED

Color information

#EA91ED (or 0xEA91ED) is unknown color: approx Violet. HEX triplet: EA, 91 and ED. RGB value is (234,145,237). Sum of RGB (Red+Green+Blue) = 234+145+237=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA91ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA91ED is #156E12. Grayscale: #B5B5B5. Windows color (decimal): -1404435 or 15569386. OLE color: 15569386.

HSL color Cylindrical-coordinate representation of color #EA91ED: hue angle of 298.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA91ED is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234145237-
CMYK0.010.3900.07
HSL298.04º71.88%74.9%-
HSV(B)298.04º38.82%92.94%-
XYZ59.3443.8685.46-
YUV182.1158.99165.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=37.99%
G=23.54%
B=38.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341452370.010.3900.07298.0471.8874.9
HexEA91ED1270712a484b
Octal35222135514707452110113
Binary1110101010010001111011011100111011110010101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91ED; }

 p { color: rgb(234,145,237); }

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

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

 a { background-color: rgb(234,145,237); }

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

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

 span { border-color: rgb(234,145,237); }

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