#E85AFF

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

Shades of Heliotrope #E85AFF

Tints of Heliotrope #E85AFF

Color information

#E85AFF (or 0xE85AFF) is unknown color: approx Heliotrope. HEX triplet: E8, 5A and FF. RGB value is (232,90,255). Sum of RGB (Red+Green+Blue) = 232+90+255=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 90 (35.55% from 255 or 15.60% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #E85AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85AFF is #17A500. Grayscale: #969696. Windows color (decimal): -1549569 or 16734952. OLE color: 16734952.

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

Color convert

RGB23290255-
CMYK0.090.6500
HSL291.64º100%67.65%-
HSV(B)291.64º64.71%100%-
XYZ54.9831.6997.83-
YUV151.27186.54185.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.21%
GREEN value IS 90 (35.55% from 255) = 15.60%
BLUE value IS 255 (100% from 255) = 44.19%
R=40.21%
G=15.60%
B=44.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal232902550.090.6500291.6410067.65
HexE85AFF941001246444
Octal3501323771110100444144104
Binary11101000101101011111111100110000010010010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85AFF; }

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

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

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

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

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

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

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

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