#EA84E1

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

Shades of Violet #EA84E1

Tints of Violet #EA84E1

Color information

#EA84E1 (or 0xEA84E1) is unknown color: approx Violet. HEX triplet: EA, 84 and E1. RGB value is (234,132,225). Sum of RGB (Red+Green+Blue) = 234+132+225=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84E1 is #157B1E. Grayscale: #ACACAC. Windows color (decimal): -1407775 or 14779626. OLE color: 14779626.

HSL color Cylindrical-coordinate representation of color #EA84E1: hue angle of 305.29º 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 #EA84E1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB234132225-
CMYK00.440.040.08
HSL305.29º70.83%71.76%-
HSV(B)305.29º43.59%91.76%-
XYZ55.7739.4375.91-
YUV173.1157.29171.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 132 (51.95% from 255) = 22.34%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=39.59%
G=22.34%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413222500.440.040.08305.2970.8371.76
HexEA84E102C481314748
Octal352204341054410461107110
Binary1110101010000100111000010101100100100010011000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84E1; }

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

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

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

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

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

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

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

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