#EA97FA

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

Shades of Violet #EA97FA

Tints of Violet #EA97FA

Color information

#EA97FA (or 0xEA97FA) is unknown color: approx Violet. HEX triplet: EA, 97 and FA. RGB value is (234,151,250). Sum of RGB (Red+Green+Blue) = 234+151+250=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97FA is #156805. Grayscale: #BABABA. Windows color (decimal): -1402886 or 16422890. OLE color: 16422890.

HSL color Cylindrical-coordinate representation of color #EA97FA: hue angle of 290.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA97FA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234151250-
CMYK0.060.4000.02
HSL290.3º90.83%78.63%-
HSV(B)290.3º39.6%98.04%-
XYZ62.2546.5396.14-
YUV187.1163.5161.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 151 (59.38% from 255) = 23.78%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=36.85%
G=23.78%
B=39.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341512500.060.4000.02290.390.8378.63
HexEA97FA628021225b4f
Octal35222737265002442133117
Binary11101010100101111111101011010100001010010001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97FA; }

 p { color: rgb(234,151,250); }

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

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

 a { background-color: rgb(234,151,250); }

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

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

 span { border-color: rgb(234,151,250); }

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