#EA91EC

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

Shades of Violet #EA91EC

Tints of Violet #EA91EC

Color information

#EA91EC (or 0xEA91EC) is unknown color: approx Violet. HEX triplet: EA, 91 and EC. RGB value is (234,145,236). Sum of RGB (Red+Green+Blue) = 234+145+236=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA91EC is #156E13. Grayscale: #B5B5B5. Windows color (decimal): -1404436 or 15503850. OLE color: 15503850.

HSL color Cylindrical-coordinate representation of color #EA91EC: hue angle of 298.68º degrees, saturation: 0.71, 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 #EA91EC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234145236-
CMYK0.010.3900.07
HSL298.68º70.54%74.71%-
HSV(B)298.68º38.56%92.55%-
XYZ59.243.884.69-
YUV181.98158.49165.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 145 (57.03% from 255) = 23.58%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=38.05%
G=23.58%
B=38.37%

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
Decimal2341452360.010.3900.07298.6870.5474.71
HexEA91EC1270712b474b
Octal35222135414707453107113
Binary1110101010010001111011001100111011110010101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA91EC; }

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

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

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

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

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

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

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

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