#EA8BF7

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

Shades of Violet #EA8BF7

Tints of Violet #EA8BF7

Color information

#EA8BF7 (or 0xEA8BF7) is unknown color: approx Violet. HEX triplet: EA, 8B and F7. RGB value is (234,139,247). Sum of RGB (Red+Green+Blue) = 234+139+247=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 139 (54.69% from 255 or 22.42% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA8BF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF7 is #157408. Grayscale: #B3B3B3. Windows color (decimal): -1405961 or 16223210. OLE color: 16223210.

HSL color Cylindrical-coordinate representation of color #EA8BF7: hue angle of 292.78º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8BF7 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234139247-
CMYK0.050.4400.03
HSL292.78º87.1%75.69%-
HSV(B)292.78º43.72%96.86%-
XYZ59.9542.6793.07-
YUV179.72165.97166.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 139 (54.69% from 255) = 22.42%
BLUE value IS 247 (96.88% from 255) = 39.84%
R=37.74%
G=22.42%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341392470.050.4400.03292.7887.175.69
HexEA8BF752C03125574c
Octal35221336755403445127114
Binary11101010100010111111011110110110001110010010110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BF7; }

 p { color: rgb(234,139,247); }

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

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

 a { background-color: rgb(234,139,247); }

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

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

 span { border-color: rgb(234,139,247); }

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