#EA8BEA

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

Shades of Violet #EA8BEA

Tints of Violet #EA8BEA

Color information

#EA8BEA (or 0xEA8BEA) is unknown color: approx Violet. HEX triplet: EA, 8B and EA. RGB value is (234,139,234). Sum of RGB (Red+Green+Blue) = 234+139+234=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA8BEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BEA is #157415. Grayscale: #B1B1B1. Windows color (decimal): -1405974 or 15371242. OLE color: 15371242.

HSL color Cylindrical-coordinate representation of color #EA8BEA: hue angle of 300º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BEA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234139234-
CMYK00.4100.08
HSL300º69.34%73.14%-
HSV(B)300º40.6%91.76%-
XYZ58.0241.982.87-
YUV178.23159.47167.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 139 (54.69% from 255) = 22.90%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=38.55%
G=22.90%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413923400.4100.0830069.3473.14
HexEA8BEA0290812c4549
Octal352213352051010454105111
Binary11101010100010111110101001010010100010010110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BEA; }

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

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

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

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

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

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

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

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