#EA93FF

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

Shades of Violet #EA93FF

Tints of Violet #EA93FF

Color information

#EA93FF (or 0xEA93FF) is unknown color: approx Violet. HEX triplet: EA, 93 and FF. RGB value is (234,147,255). Sum of RGB (Red+Green+Blue) = 234+147+255=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA93FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93FF is #156C00. Grayscale: #B8B8B8. Windows color (decimal): -1403905 or 16749546. OLE color: 16749546.

HSL color Cylindrical-coordinate representation of color #EA93FF: hue angle of 288.33º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA93FF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234147255-
CMYK0.080.4200
HSL288.33º100%78.82%-
HSV(B)288.33º42.35%100%-
XYZ62.4245.58100.12-
YUV185.32167.32162.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 147 (57.81% from 255) = 23.11%
BLUE value IS 255 (100% from 255) = 40.09%
R=36.79%
G=23.11%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341472550.080.4200288.3310078.82
HexEA93FF82A00120644f
Octal352223377105200440144117
Binary11101010100100111111111110001010100010010000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93FF; }

 p { color: rgb(234,147,255); }

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

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

 a { background-color: rgb(234,147,255); }

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

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

 span { border-color: rgb(234,147,255); }

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