#EA8BF5

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

Shades of Violet #EA8BF5

Tints of Violet #EA8BF5

Color information

#EA8BF5 (or 0xEA8BF5) is unknown color: approx Violet. HEX triplet: EA, 8B and F5. RGB value is (234,139,245). Sum of RGB (Red+Green+Blue) = 234+139+245=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA8BF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF5 is #15740A. Grayscale: #B3B3B3. Windows color (decimal): -1405963 or 16092138. OLE color: 16092138.

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

Color convert

RGB234139245-
CMYK0.040.4300.04
HSL293.77º84.13%75.29%-
HSV(B)293.77º43.27%96.08%-
XYZ59.6542.5591.46-
YUV179.49164.97166.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 139 (54.69% from 255) = 22.49%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=37.86%
G=22.49%
B=39.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341392450.040.4300.04293.7784.1375.29
HexEA8BF542B04126544b
Octal35221336545304446124113
Binary111010101000101111110101100101011010010010011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BF5; }

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

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

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

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

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

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

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

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