#EA84FD

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

Shades of Violet #EA84FD

Tints of Violet #EA84FD

Color information

#EA84FD (or 0xEA84FD) is unknown color: approx Violet. HEX triplet: EA, 84 and FD. RGB value is (234,132,253). Sum of RGB (Red+Green+Blue) = 234+132+253=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 132 (51.95% from 255 or 21.32% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA84FD is #157B02. Grayscale: #AFAFAF. Windows color (decimal): -1407747 or 16614634. OLE color: 16614634.

HSL color Cylindrical-coordinate representation of color #EA84FD: hue angle of 290.58º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA84FD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234132253-
CMYK0.080.4800.01
HSL290.58º96.8%75.49%-
HSV(B)290.58º47.83%99.22%-
XYZ59.9141.0997.7-
YUV176.29171.29169.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 132 (51.95% from 255) = 21.32%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=37.80%
G=21.32%
B=40.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341322530.080.4800.01290.5896.875.49
HexEA84FD83001123614b
Octal352204375106001443141113
Binary11101010100001001111110110001100000110010001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84FD; }

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

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

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

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

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

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

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

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