#EA97F6

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

Shades of Violet #EA97F6

Tints of Violet #EA97F6

Color information

#EA97F6 (or 0xEA97F6) is unknown color: approx Violet. HEX triplet: EA, 97 and F6. RGB value is (234,151,246). Sum of RGB (Red+Green+Blue) = 234+151+246=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 151 (59.38% from 255 or 23.93% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA97F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97F6 is #156809. Grayscale: #BABABA. Windows color (decimal): -1402890 or 16160746. OLE color: 16160746.

HSL color Cylindrical-coordinate representation of color #EA97F6: hue angle of 292.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA97F6 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234151246-
CMYK0.050.3900.04
HSL292.42º84.07%77.84%-
HSV(B)292.42º38.62%96.47%-
XYZ61.6346.2892.87-
YUV186.65161.5161.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 151 (59.38% from 255) = 23.93%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=37.08%
G=23.93%
B=38.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341512460.050.3900.04292.4284.0777.84
HexEA97F652704124544e
Octal35222736654704444124116
Binary111010101001011111110110101100111010010010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97F6; }

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

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

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

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

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

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

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

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