#E486FD

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

Shades of Heliotrope #E486FD

Tints of Heliotrope #E486FD

Color information

#E486FD (or 0xE486FD) is unknown color: approx Heliotrope. HEX triplet: E4, 86 and FD. RGB value is (228,134,253). Sum of RGB (Red+Green+Blue) = 228+134+253=615 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.07% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #E486FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E486FD is #1B7902. Grayscale: #AFAFAF. Windows color (decimal): -1800451 or 16615140. OLE color: 16615140.

HSL color Cylindrical-coordinate representation of color #E486FD: hue angle of 287.39º degrees, saturation: 0.97, 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 #E486FD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228134253-
CMYK0.100.4700.01
HSL287.39º96.75%75.88%-
HSV(B)287.39º47.04%99.22%-
XYZ58.2540.6497.7-
YUV175.67171.64165.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.07%
GREEN value IS 134 (52.73% from 255) = 21.79%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=37.07%
G=21.79%
B=41.14%

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
Decimal2281342530.100.4700.01287.3996.7575.88
HexE486FDA2F0111f614c
Octal344206375125701437141114
Binary11100100100001101111110110101011110110001111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E486FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E486FD; }

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

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

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

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

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

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

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

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