#E85FF6

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

Shades of Heliotrope #E85FF6

Tints of Heliotrope #E85FF6

Color information

#E85FF6 (or 0xE85FF6) is unknown color: approx Heliotrope. HEX triplet: E8, 5F and F6. RGB value is (232,95,246). Sum of RGB (Red+Green+Blue) = 232+95+246=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #E85FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E85FF6 is #17A009. Grayscale: #989898. Windows color (decimal): -1548298 or 16146408. OLE color: 16146408.

HSL color Cylindrical-coordinate representation of color #E85FF6: hue angle of 294.44º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85FF6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23295246-
CMYK0.060.6100.04
HSL294.44º89.35%66.86%-
HSV(B)294.44º61.38%96.47%-
XYZ54.0131.9990.52-
YUV153.18180.39184.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 95 (37.5% from 255) = 16.58%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=40.49%
G=16.58%
B=42.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal232952460.060.6100.04294.4489.3566.86
HexE85FF663D041265943
Octal35013736667504446131103
Binary11101000101111111110110110111101010010010011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FF6; }

 p { color: rgb(232,95,246); }

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

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

 a { background-color: rgb(232,95,246); }

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

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

 span { border-color: rgb(232,95,246); }

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