#ea84e8

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

Shades of Violet #EA84E8

Tints of Violet #EA84E8

Color information

#EA84E8 (or 0xEA84E8) is unknown color: approx Violet. HEX triplet: EA, 84 and E8. RGB value is (234,132,232). Sum of RGB (Red+Green+Blue) = 234+132+232=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84E8 is #157B17. Grayscale: #ADADAD. Windows color (decimal): -1407768 or 15238378. OLE color: 15238378.

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

Color convert

RGB234132232-
CMYK00.440.010.08
HSL301.18º70.83%71.76%-
HSV(B)301.18º43.59%91.76%-
XYZ56.7539.8281.04-
YUV173.9160.79170.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.13%
GREEN value IS 132 (51.95% from 255) = 22.07%
BLUE value IS 232 (91.02% from 255) = 38.80%
R=39.13%
G=22.07%
B=38.80%

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
Decimal23413223200.440.010.08301.1870.8371.76
HexEA84E802C1812d4748
Octal352204350054110455107110
Binary11101010100001001110100001011001100010010110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea84e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea84e8; }

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

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

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

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

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

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

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

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