#E485FD

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

Shades of Heliotrope #E485FD

Tints of Heliotrope #E485FD

Color information

#E485FD (or 0xE485FD) is unknown color: approx Heliotrope. HEX triplet: E4, 85 and FD. RGB value is (228,133,253). Sum of RGB (Red+Green+Blue) = 228+133+253=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 133 (52.34% from 255 or 21.66% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #E485FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FD is #1B7A02. Grayscale: #AEAEAE. Windows color (decimal): -1800707 or 16614884. OLE color: 16614884.

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

Color convert

RGB228133253-
CMYK0.100.4700.01
HSL287.5º96.77%75.69%-
HSV(B)287.5º47.43%99.22%-
XYZ58.1140.3697.66-
YUV175.08171.97165.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 133 (52.34% from 255) = 21.66%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=37.13%
G=21.66%
B=41.21%

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
Decimal2281332530.100.4700.01287.596.7775.69
HexE485FDA2F01120614c
Octal344205375125701440141114
Binary11100100100001011111110110101011110110010000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485FD; }

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

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

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

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

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

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

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

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