#EA97EF

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

Shades of Violet #EA97EF

Tints of Violet #EA97EF

Color information

#EA97EF (or 0xEA97EF) is unknown color: approx Violet. HEX triplet: EA, 97 and EF. RGB value is (234,151,239). Sum of RGB (Red+Green+Blue) = 234+151+239=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA97EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97EF is #156810. Grayscale: #B9B9B9. Windows color (decimal): -1402897 or 15701994. OLE color: 15701994.

HSL color Cylindrical-coordinate representation of color #EA97EF: hue angle of 296.59º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA97EF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234151239-
CMYK0.020.3700.06
HSL296.59º73.33%76.47%-
HSV(B)296.59º36.82%93.73%-
XYZ60.5845.8687.32-
YUV185.85158162.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.5%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 239 (93.75% from 255) = 38.30%
R=37.5%
G=24.20%
B=38.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341512390.020.3700.06296.5973.3376.47
HexEA97EF22506129494c
Octal35222735724506451111114
Binary11101010100101111110111110100101011010010100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97EF; }

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

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

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

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

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

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

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

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