#EA9AF3

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

Shades of Violet #EA9AF3

Tints of Violet #EA9AF3

Color information

#EA9AF3 (or 0xEA9AF3) is unknown color: approx Violet. HEX triplet: EA, 9A and F3. RGB value is (234,154,243). Sum of RGB (Red+Green+Blue) = 234+154+243=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA9AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AF3 is #15650C. Grayscale: #BBBBBB. Windows color (decimal): -1402125 or 15964906. OLE color: 15964906.

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

Color convert

RGB234154243-
CMYK0.040.3700.05
HSL293.93º78.76%77.84%-
HSV(B)293.93º36.63%95.29%-
XYZ61.6647.0790.63-
YUV188.07159160.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 154 (60.55% from 255) = 24.41%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=37.08%
G=24.41%
B=38.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341542430.040.3700.05293.9378.7677.84
HexEA9AF3425051264f4e
Octal35223236344505446117116
Binary111010101001101011110011100100101010110010011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AF3; }

 p { color: rgb(234,154,243); }

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

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

 a { background-color: rgb(234,154,243); }

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

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

 span { border-color: rgb(234,154,243); }

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