#EA89F1

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

Shades of Violet #EA89F1

Tints of Violet #EA89F1

Color information

#EA89F1 (or 0xEA89F1) is unknown color: approx Violet. HEX triplet: EA, 89 and F1. RGB value is (234,137,241). Sum of RGB (Red+Green+Blue) = 234+137+241=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 137 (53.91% from 255 or 22.39% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA89F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA89F1 is #15760E. Grayscale: #B1B1B1. Windows color (decimal): -1406479 or 15829482. OLE color: 15829482.

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

Color convert

RGB234137241-
CMYK0.030.4300.05
HSL295.96º78.79%74.12%-
HSV(B)295.96º43.15%94.51%-
XYZ58.7541.7388.18-
YUV177.86163.64168.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 22.39%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=38.24%
G=22.39%
B=39.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341372410.030.4300.05295.9678.7974.12
HexEA89F132B051284f4a
Octal35221136135305450117112
Binary11101010100010011111000111101011010110010100010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89F1; }

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

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

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

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

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

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

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

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