#EA84EE

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

Shades of Violet #EA84EE

Tints of Violet #EA84EE

Color information

#EA84EE (or 0xEA84EE) is unknown color: approx Violet. HEX triplet: EA, 84 and EE. RGB value is (234,132,238). Sum of RGB (Red+Green+Blue) = 234+132+238=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA84EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84EE is #157B11. Grayscale: #AEAEAE. Windows color (decimal): -1407762 or 15631594. OLE color: 15631594.

HSL color Cylindrical-coordinate representation of color #EA84EE: hue angle of 297.74º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA84EE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234132238-
CMYK0.020.4500.07
HSL297.74º75.71%72.55%-
HSV(B)297.74º44.54%93.33%-
XYZ57.6240.1785.61-
YUV174.58163.79170.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 132 (51.95% from 255) = 21.85%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=38.74%
G=21.85%
B=39.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341322380.020.4500.07297.7475.7172.55
HexEA84EE22D0712a4c49
Octal35220435625507452114111
Binary11101010100001001110111010101101011110010101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84EE; }

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

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

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

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

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

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

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

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