#E486FC

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

Shades of Heliotrope #E486FC

Tints of Heliotrope #E486FC

Color information

#E486FC (or 0xE486FC) is unknown color: approx Heliotrope. HEX triplet: E4, 86 and FC. RGB value is (228,134,252). Sum of RGB (Red+Green+Blue) = 228+134+252=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #E486FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486FC is #1B7903. Grayscale: #AFAFAF. Windows color (decimal): -1800452 or 16549604. OLE color: 16549604.

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

Color convert

RGB228134252-
CMYK0.100.4700.01
HSL287.8º95.16%75.69%-
HSV(B)287.8º46.83%98.82%-
XYZ58.0940.5796.87-
YUV175.56171.14165.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 134 (52.73% from 255) = 21.82%
BLUE value IS 252 (98.83% from 255) = 41.04%
R=37.13%
G=21.82%
B=41.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281342520.100.4700.01287.895.1675.69
HexE486FCA2F011205f4c
Octal344206374125701440137114
Binary11100100100001101111110010101011110110010000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486FC; }

 p { color: rgb(228,134,252); }

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

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

 a { background-color: rgb(228,134,252); }

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

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

 span { border-color: rgb(228,134,252); }

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