#E485F9

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

Shades of Heliotrope #E485F9

Tints of Heliotrope #E485F9

Color information

#E485F9 (or 0xE485F9) is unknown color: approx Heliotrope. HEX triplet: E4, 85 and F9. RGB value is (228,133,249). Sum of RGB (Red+Green+Blue) = 228+133+249=610 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.38% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #E485F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485F9 is #1B7A06. Grayscale: #AEAEAE. Windows color (decimal): -1800711 or 16352740. OLE color: 16352740.

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

Color convert

RGB228133249-
CMYK0.080.4700.02
HSL289.14º90.62%74.9%-
HSV(B)289.14º46.59%97.65%-
XYZ57.4840.1194.33-
YUV174.63169.97166.07-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.38%
GREEN value IS 133 (52.34% from 255) = 21.80%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=37.38%
G=21.80%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281332490.080.4700.02289.1490.6274.9
HexE485F982F021215b4b
Octal344205371105702441133113
Binary111001001000010111111001100010111101010010000110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485F9; }

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

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

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

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

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

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

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

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