#EA86FF

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

Shades of Heliotrope #EA86FF

Tints of Heliotrope #EA86FF

Color information

#EA86FF (or 0xEA86FF) is unknown color: approx Heliotrope. HEX triplet: EA, 86 and FF. RGB value is (234,134,255). Sum of RGB (Red+Green+Blue) = 234+134+255=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 134 (52.73% from 255 or 21.51% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA86FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA86FF is #157900. Grayscale: #B1B1B1. Windows color (decimal): -1407233 or 16746218. OLE color: 16746218.

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

Color convert

RGB234134255-
CMYK0.080.4700
HSL289.59º100%76.27%-
HSV(B)289.59º47.45%100%-
XYZ60.5141.7699.48-
YUV177.69171.63168.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.56%
GREEN value IS 134 (52.73% from 255) = 21.51%
BLUE value IS 255 (100% from 255) = 40.93%
R=37.56%
G=21.51%
B=40.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341342550.080.4700289.5910076.27
HexEA86FF82F00122644c
Octal352206377105700442144114
Binary11101010100001101111111110001011110010010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA86FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA86FF; }

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

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

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

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

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

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

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

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