#EA81EC

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

Shades of Violet #EA81EC

Tints of Violet #EA81EC

Color information

#EA81EC (or 0xEA81EC) is unknown color: approx Violet. HEX triplet: EA, 81 and EC. RGB value is (234,129,236). Sum of RGB (Red+Green+Blue) = 234+129+236=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA81EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA81EC is #157E13. Grayscale: #ACACAC. Windows color (decimal): -1408532 or 15499754. OLE color: 15499754.

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

Color convert

RGB234129236-
CMYK0.010.4500.07
HSL298.88º73.79%71.57%-
HSV(B)298.88º45.34%92.55%-
XYZ56.9239.2583.93-
YUV172.59163.79171.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 129 (50.78% from 255) = 21.54%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=39.07%
G=21.54%
B=39.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341292360.010.4500.07298.8873.7971.57
HexEA81EC12D0712b4a48
Octal35220135415507453112110
Binary1110101010000001111011001101101011110010101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81EC; }

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

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

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

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

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

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

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

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