#EA8BF1

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

Shades of Violet #EA8BF1

Tints of Violet #EA8BF1

Color information

#EA8BF1 (or 0xEA8BF1) is unknown color: approx Violet. HEX triplet: EA, 8B and F1. RGB value is (234,139,241). Sum of RGB (Red+Green+Blue) = 234+139+241=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA8BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF1 is #15740E. Grayscale: #B2B2B2. Windows color (decimal): -1405967 or 15829994. OLE color: 15829994.

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

Color convert

RGB234139241-
CMYK0.030.4200.05
HSL295.88º78.46%74.51%-
HSV(B)295.88º42.32%94.51%-
XYZ59.0442.3188.27-
YUV179.03162.97167.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 139 (54.69% from 255) = 22.64%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=38.11%
G=22.64%
B=39.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341392410.030.4200.05295.8878.4674.51
HexEA8BF132A051284e4b
Octal35221336135205450116113
Binary11101010100010111111000111101010010110010100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BF1; }

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

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

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

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

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

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

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

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