#EA84E0

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

Shades of Violet #EA84E0

Tints of Violet #EA84E0

Color information

#EA84E0 (or 0xEA84E0) is unknown color: approx Violet. HEX triplet: EA, 84 and E0. RGB value is (234,132,224). Sum of RGB (Red+Green+Blue) = 234+132+224=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA84E0 is #157B1F. Grayscale: #ACACAC. Windows color (decimal): -1407776 or 14714090. OLE color: 14714090.

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

Color convert

RGB234132224-
CMYK00.440.040.08
HSL305.88º70.83%71.76%-
HSV(B)305.88º43.59%91.76%-
XYZ55.6439.3875.19-
YUV172.99156.79171.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 132 (51.95% from 255) = 22.37%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=39.66%
G=22.37%
B=37.97%

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
Decimal23413222400.440.040.08305.8870.8371.76
HexEA84E002C481324748
Octal352204340054410462107110
Binary1110101010000100111000000101100100100010011001010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84E0; }

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

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

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

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

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

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

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

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