#EA82FF

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

Shades of Heliotrope #EA82FF

Tints of Heliotrope #EA82FF

Color information

#EA82FF (or 0xEA82FF) is unknown color: approx Heliotrope. HEX triplet: EA, 82 and FF. RGB value is (234,130,255). Sum of RGB (Red+Green+Blue) = 234+130+255=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 130 (51.17% from 255 or 21.00% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA82FF is #157D00. Grayscale: #AEAEAE. Windows color (decimal): -1408257 or 16745194. OLE color: 16745194.

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

Color convert

RGB234130255-
CMYK0.080.4900
HSL289.92º100%75.49%-
HSV(B)289.92º49.02%100%-
XYZ59.9640.6899.3-
YUV175.35172.96169.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 130 (51.17% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 41.20%
R=37.80%
G=21.00%
B=41.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341302550.080.4900289.9210075.49
HexEA82FF83100122644b
Octal352202377106100442144113
Binary11101010100000101111111110001100010010010001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82FF; }

 p { color: rgb(234,130,255); }

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

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

 a { background-color: rgb(234,130,255); }

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

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

 span { border-color: rgb(234,130,255); }

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