#EA9BF4

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

Shades of Violet #EA9BF4

Tints of Violet #EA9BF4

Color information

#EA9BF4 (or 0xEA9BF4) is unknown color: approx Violet. HEX triplet: EA, 9B and F4. RGB value is (234,155,244). Sum of RGB (Red+Green+Blue) = 234+155+244=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 244 (95.70% from 255 or 38.55% from 633); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA9BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BF4 is #15640B. Grayscale: #BCBCBC. Windows color (decimal): -1401868 or 16030698. OLE color: 16030698.

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

Color convert

RGB234155244-
CMYK0.040.3600.04
HSL293.26º80.18%78.24%-
HSV(B)293.26º36.48%95.69%-
XYZ61.9847.4791.48-
YUV188.77159.17160.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 155 (60.94% from 255) = 24.49%
BLUE value IS 244 (95.70% from 255) = 38.55%
R=36.97%
G=24.49%
B=38.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341552440.040.3600.04293.2680.1878.24
HexEA9BF442404125504e
Octal35223336444404445120116
Binary111010101001101111110100100100100010010010010110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BF4; }

 p { color: rgb(234,155,244); }

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

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

 a { background-color: rgb(234,155,244); }

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

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

 span { border-color: rgb(234,155,244); }

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