#EA8BF0

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

Shades of Violet #EA8BF0

Tints of Violet #EA8BF0

Color information

#EA8BF0 (or 0xEA8BF0) is unknown color: approx Violet. HEX triplet: EA, 8B and F0. RGB value is (234,139,240). Sum of RGB (Red+Green+Blue) = 234+139+240=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA8BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF0 is #15740F. Grayscale: #B2B2B2. Windows color (decimal): -1405968 or 15764458. OLE color: 15764458.

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

Color convert

RGB234139240-
CMYK0.020.4200.06
HSL296.44º77.1%74.31%-
HSV(B)296.44º42.08%94.12%-
XYZ58.8942.2587.49-
YUV178.92162.47167.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=38.17%
G=22.68%
B=39.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341392400.020.4200.06296.4477.174.31
HexEA8BF022A061284d4a
Octal35221336025206450115112
Binary11101010100010111111000010101010011010010100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BF0; }

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

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

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

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

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

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

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

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