#EA84E6

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

Shades of Violet #EA84E6

Tints of Violet #EA84E6

Color information

#EA84E6 (or 0xEA84E6) is unknown color: approx Violet. HEX triplet: EA, 84 and E6. RGB value is (234,132,230). Sum of RGB (Red+Green+Blue) = 234+132+230=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84E6 is #157B19. Grayscale: #ADADAD. Windows color (decimal): -1407770 or 15107306. OLE color: 15107306.

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

Color convert

RGB234132230-
CMYK00.440.020.08
HSL302.35º70.83%71.76%-
HSV(B)302.35º43.59%91.76%-
XYZ56.4739.7179.55-
YUV173.67159.79171.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=39.26%
G=22.15%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413223000.440.020.08302.3570.8371.76
HexEA84E602C2812e4748
Octal352204346054210456107110
Binary111010101000010011100110010110010100010010111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84E6; }

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

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

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

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

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

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

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

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