#E85BFF

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

Shades of Heliotrope #E85BFF

Tints of Heliotrope #E85BFF

Color information

#E85BFF (or 0xE85BFF) is unknown color: approx Heliotrope. HEX triplet: E8, 5B and FF. RGB value is (232,91,255). Sum of RGB (Red+Green+Blue) = 232+91+255=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 91 (35.94% from 255 or 15.74% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85BFF is #17A400. Grayscale: #979797. Windows color (decimal): -1549313 or 16735208. OLE color: 16735208.

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

Color convert

RGB23291255-
CMYK0.090.6400
HSL291.59º100%67.84%-
HSV(B)291.59º64.31%100%-
XYZ55.0731.8697.85-
YUV151.85186.21185.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.14%
GREEN value IS 91 (35.94% from 255) = 15.74%
BLUE value IS 255 (100% from 255) = 44.12%
R=40.14%
G=15.74%
B=44.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232912550.090.6400291.5910067.84
HexE85BFF940001246444
Octal3501333771110000444144104
Binary11101000101101111111111100110000000010010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BFF; }

 p { color: rgb(232,91,255); }

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

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

 a { background-color: rgb(232,91,255); }

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

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

 span { border-color: rgb(232,91,255); }

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