#EA84E7

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

Shades of Violet #EA84E7

Tints of Violet #EA84E7

Color information

#EA84E7 (or 0xEA84E7) is unknown color: approx Violet. HEX triplet: EA, 84 and E7. RGB value is (234,132,231). Sum of RGB (Red+Green+Blue) = 234+132+231=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84E7 is #157B18. Grayscale: #ADADAD. Windows color (decimal): -1407769 or 15172842. OLE color: 15172842.

HSL color Cylindrical-coordinate representation of color #EA84E7: hue angle of 301.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA84E7 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234132231-
CMYK00.440.010.08
HSL301.76º70.83%71.76%-
HSV(B)301.76º43.59%91.76%-
XYZ56.6139.7680.29-
YUV173.78160.29170.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=39.20%
G=22.11%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413223100.440.010.08301.7670.8371.76
HexEA84E702C1812e4748
Octal352204347054110456107110
Binary11101010100001001110011101011001100010010111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84E7; }

 p { color: rgb(234,132,231); }

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

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

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

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

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

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

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