#EA81EE

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

Shades of Violet #EA81EE

Tints of Violet #EA81EE

Color information

#EA81EE (or 0xEA81EE) is unknown color: approx Violet. HEX triplet: EA, 81 and EE. RGB value is (234,129,238). Sum of RGB (Red+Green+Blue) = 234+129+238=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA81EE is #157E11. Grayscale: #ACACAC. Windows color (decimal): -1408530 or 15630826. OLE color: 15630826.

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

Color convert

RGB234129238-
CMYK0.020.4600.07
HSL297.8º76.22%71.96%-
HSV(B)297.8º45.8%93.33%-
XYZ57.2139.3785.47-
YUV172.82164.79171.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=38.94%
G=21.46%
B=39.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341292380.020.4600.07297.876.2271.96
HexEA81EE22E0712a4c48
Octal35220135625607452114110
Binary11101010100000011110111010101110011110010101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA81EE; }

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

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

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

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

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

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

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

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