#EA83FF

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

Shades of Heliotrope #EA83FF

Tints of Heliotrope #EA83FF

Color information

#EA83FF (or 0xEA83FF) is unknown color: approx Heliotrope. HEX triplet: EA, 83 and FF. RGB value is (234,131,255). Sum of RGB (Red+Green+Blue) = 234+131+255=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83FF is #157C00. Grayscale: #AFAFAF. Windows color (decimal): -1408001 or 16745450. OLE color: 16745450.

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

Color convert

RGB234131255-
CMYK0.080.4900
HSL289.84º100%75.69%-
HSV(B)289.84º48.63%100%-
XYZ60.140.9599.34-
YUV175.93172.62169.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 131 (51.56% from 255) = 21.13%
BLUE value IS 255 (100% from 255) = 41.13%
R=37.74%
G=21.13%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341312550.080.4900289.8410075.69
HexEA83FF83100122644c
Octal352203377106100442144114
Binary11101010100000111111111110001100010010010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83FF; }

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

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

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

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

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

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

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

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