#EA96FF

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

Shades of Violet #EA96FF

Tints of Violet #EA96FF

Color information

#EA96FF (or 0xEA96FF) is unknown color: approx Violet. HEX triplet: EA, 96 and FF. RGB value is (234,150,255). Sum of RGB (Red+Green+Blue) = 234+150+255=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA96FF is #156900. Grayscale: #BABABA. Windows color (decimal): -1403137 or 16750314. OLE color: 16750314.

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

Color convert

RGB234150255-
CMYK0.080.4100
HSL288º100%79.41%-
HSV(B)288º41.18%100%-
XYZ62.8946.53100.27-
YUV187.09166.33161.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 150 (58.98% from 255) = 23.47%
BLUE value IS 255 (100% from 255) = 39.91%
R=36.62%
G=23.47%
B=39.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341502550.080.410028810079.41
HexEA96FF82900120644f
Octal352226377105100440144117
Binary11101010100101101111111110001010010010010000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96FF; }

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

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

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

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

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

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

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

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