#E485FF

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

Shades of Heliotrope #E485FF

Tints of Heliotrope #E485FF

Color information

#E485FF (or 0xE485FF) is unknown color: approx Heliotrope. HEX triplet: E4, 85 and FF. RGB value is (228,133,255). Sum of RGB (Red+Green+Blue) = 228+133+255=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 133 (52.34% from 255 or 21.59% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #E485FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E485FF is #1B7A00. Grayscale: #AEAEAE. Windows color (decimal): -1800705 or 16745956. OLE color: 16745956.

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

Color convert

RGB228133255-
CMYK0.110.4800
HSL286.72º100%76.08%-
HSV(B)286.72º47.84%100%-
XYZ58.4340.4999.34-
YUV175.31172.97165.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.01%
GREEN value IS 133 (52.34% from 255) = 21.59%
BLUE value IS 255 (100% from 255) = 41.40%
R=37.01%
G=21.59%
B=41.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281332550.110.4800286.7210076.08
HexE485FFB300011f644c
Octal344205377136000437144114
Binary11100100100001011111111110111100000010001111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E485FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E485FF; }

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

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

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

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

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

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

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

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